Color: #F236CC

#F236CC Color Information

#F236CC is a dark color. The closest websafe version is #F236CC. A complement of this color would be #36F25B, perceived brightness is 0.50, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 312°,a saturation of 88%, and a lightness of 58%.The HSV representation shows a hue of 312°, a saturation of 78%, and a value of 95%.

In a RGB color space, #F236CC is composed of 95% red, 21% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 16% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 26.06, x: 0.4080, and y: 0.2180.

Color Code #F236CC

#F236CCrgb(242, 54, 204)
HEX
#F236CC
RGB
rgb(242, 54, 204)
HSL
hsl(312, 88%, 58%)
HSV
hsv(312, 78%, 95%)
CMYK
0%, 78%, 16%, 5%
XYZ
X: 48.78, Y: 26.06, Z: 44.72
Lab
L: 58.10, a: 79.03, b: -35.31
Name

Shades of Color #F236CC

Shades are created by darkening the original color #F236CC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #F236CC

Tints are created by lightening the original color #F236CC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#F236CCrgb(242, 54, 204)

About #F236CC Color Code

In the HSL color space, this color has a hue angle of 312°, a saturation of 88%, and a lightness of 58%. The HSV representation shows a hue of 312°, a saturation of 78%, and a value of 95%.

  • HEX: #F236CC
  • RGB: rgb(242, 54, 204)
  • HSL: hsl(312, 88%, 58%)
  • HSV: hsv(312, 78%, 95%)
  • CMYK: 0.00% cyan, 78.00% magenta, 16.00% yellow, 5.00% black
  • XYZ: 48.78, 26.06, 44.72
  • Yxy: 26.06, 0.4080, 0.2180
  • Hunter Lab: 58.10, 79.03, -35.31
  • CIE-Lab: 58.10, 79.03, -35.31

In the XYZ color space, this color is represented as X: 48.78, Y: 26.06, Z: 44.72. The Yxy representation further refines this as Y: 26.06, x: 0.4080, and y: 0.2180.

In the Hunter Lab color space, this color is represented as L: 58.10, a: 79.03, and b: -35.31. Similarly, in the CIE-Lab color space, it is represented as L: 58.10, a: 79.03, and b: -35.31.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #F236CC

Triadic colors are three colors evenly spaced around the color wheel, including #F236CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F236CC

Analogous colors are adjacent to #F236CC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #F236CC

Split complementary colors are two colors adjacent to the complementary color of #F236CC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #F236CC

Tetradic colors form a rectangle on the color wheel, including #F236CC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #F236CC

Monochromatic colors are variations of #F236CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F236CC

The complementary color of #F236CC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #F236CC

/* Using HEX */
body {
  background-color: #f236cc;
}
/* Using RGB */
body {
  background-color: rgb(242, 54, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(242, 54, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(312, 88%, 58%);
}
/* Text color */
p {
  color: #f236cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f236cc;
}
/* Border color */
.box {
  border: 4px solid #f236cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f236cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f236cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F236CC
On Black Background
#F236CC
On White Background
#F236CC

HTML Examples of #F236CC

<!-- Using HEX -->
<div style="background-color: #f236cc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(242, 54, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(242, 54, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(312, 88%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f236cc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f236cc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f236cc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f236cc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f236cc; color: #fff; padding: 16px; border-radius: 8px;">
  #F236CC
</div>
#F236CC
On Black Background
#F236CC
On White Background
#F236CC

Related Colors of #F236CC

These colors are similar to #F236CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.