Shades of Deep Pink #FC237E
Tints of Deep Pink #FC237E
RGB
CMYK
RGB Variations
Color information
#FC237E (or 0xFC237E) is known color: Deep Pink. HEX triplet: FC, 23 and 7E. RGB value is (252,35,126). Sum of RGB (Red+Green+Blue) = 252+35+126=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC237E is #03DC81. Grayscale: #6E6E6E. Windows color (decimal): -253058 or 8266748. OLE color: 8266748.
HSL color Cylindrical-coordinate representation of color #FC237E: hue angle of 334.84º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC237E is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 126 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.01 |
| HSL | 334.84º | 0.97% | 0.56% | - |
| HSV(B) | 334.84º | 0.86% | 0.99% | - |
| XYZ | 44.51 | 23.4 | 21.91 | - |
| YUV | 110.26 | 136.89 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 126 | 0 | 0.86 | 0.5 | 0.01 | 334.84 | 0.97 | 0.56 |
| Hex | FC | 23 | 7E | 0 | 56 | 32 | 1 | 14F | 61 | 38 |
| Octal | 374 | 43 | 176 | 0 | 126 | 62 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100011 | 1111110 | 0 | 1010110 | 110010 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC237E
Complementary color
Monochromatic Colors of #FC237E
Black with #FC237E
Text Example
Text Example
White with #FC237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC237E; }
p { color: rgb(252,35,126); }
H1.HeaderClassName
{
color: #FC237E;
}
.AnyTagClassName
{
color: #FC237E;
}
</style>
background-color css
<style>
a { background-color: #FC237E; }
a { background-color: rgb(252,35,126); }
div.DivClassName
{
background-color: #FC237E;
}
.BgClassName
{
background-color: #FC237E;
}
</style>
border-color css
<style>
span { border-color: #FC237E; }
span { border-color: rgb(252,35,126); }
td.TdClassName
{
border-color: #FC237E;
}
.TagClassName
{
border-color: #FC237E;
}
</style>