Shades of Deep Pink #FC237D
Tints of Deep Pink #FC237D
RGB
CMYK
RGB Variations
Color information
#FC237D (or 0xFC237D) is known color: Deep Pink. HEX triplet: FC, 23 and 7D. RGB value is (252,35,125). Sum of RGB (Red+Green+Blue) = 252+35+125=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC237D is #03DC82. Grayscale: #6E6E6E. Windows color (decimal): -253059 or 8201212. OLE color: 8201212.
HSL color Cylindrical-coordinate representation of color #FC237D: hue angle of 335.12º 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 #FC237D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 125 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.01 |
| HSL | 335.12º | 0.97% | 0.56% | - |
| HSV(B) | 335.12º | 0.86% | 0.99% | - |
| XYZ | 44.45 | 23.38 | 21.57 | - |
| YUV | 110.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 125 | 0 | 0.86 | 0.50 | 0.01 | 335.12 | 0.97 | 0.56 |
| Hex | FC | 23 | 7D | 0 | 56 | 32 | 1 | 14F | 61 | 38 |
| Octal | 374 | 43 | 175 | 0 | 126 | 62 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100011 | 1111101 | 0 | 1010110 | 110010 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC237D
Complementary color
Monochromatic Colors of #FC237D
Black with #FC237D
Text Example
Text Example
White with #FC237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC237D; }
p { color: rgb(252,35,125); }
H1.HeaderClassName
{
color: #FC237D;
}
.AnyTagClassName
{
color: #FC237D;
}
</style>
background-color css
<style>
a { background-color: #FC237D; }
a { background-color: rgb(252,35,125); }
div.DivClassName
{
background-color: #FC237D;
}
.BgClassName
{
background-color: #FC237D;
}
</style>
border-color css
<style>
span { border-color: #FC237D; }
span { border-color: rgb(252,35,125); }
td.TdClassName
{
border-color: #FC237D;
}
.TagClassName
{
border-color: #FC237D;
}
</style>