Shades of Deep Pink #FC237C
Tints of Deep Pink #FC237C
RGB
CMYK
RGB Variations
Color information
#FC237C (or 0xFC237C) is known color: Deep Pink. HEX triplet: FC, 23 and 7C. RGB value is (252,35,124). Sum of RGB (Red+Green+Blue) = 252+35+124=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC237C is #03DC83. Grayscale: #6D6D6D. Windows color (decimal): -253060 or 8135676. OLE color: 8135676.
HSL color Cylindrical-coordinate representation of color #FC237C: hue angle of 335.39º 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 #FC237C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 124 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.01 |
| HSL | 335.39º | 0.97% | 0.56% | - |
| HSV(B) | 335.39º | 0.86% | 0.99% | - |
| XYZ | 44.38 | 23.35 | 21.24 | - |
| YUV | 110.03 | 135.89 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 124 | 0 | 0.86 | 0.51 | 0.01 | 335.39 | 0.97 | 0.56 |
| Hex | FC | 23 | 7C | 0 | 56 | 33 | 1 | 14F | 61 | 38 |
| Octal | 374 | 43 | 174 | 0 | 126 | 63 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100011 | 1111100 | 0 | 1010110 | 110011 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC237C
Complementary color
Monochromatic Colors of #FC237C
Black with #FC237C
Text Example
Text Example
White with #FC237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC237C; }
p { color: rgb(252,35,124); }
H1.HeaderClassName
{
color: #FC237C;
}
.AnyTagClassName
{
color: #FC237C;
}
</style>
background-color css
<style>
a { background-color: #FC237C; }
a { background-color: rgb(252,35,124); }
div.DivClassName
{
background-color: #FC237C;
}
.BgClassName
{
background-color: #FC237C;
}
</style>
border-color css
<style>
span { border-color: #FC237C; }
span { border-color: rgb(252,35,124); }
td.TdClassName
{
border-color: #FC237C;
}
.TagClassName
{
border-color: #FC237C;
}
</style>