Shades of Deep Pink #FC247D
Tints of Deep Pink #FC247D
RGB
CMYK
RGB Variations
Color information
#FC247D (or 0xFC247D) is known color: Deep Pink. HEX triplet: FC, 24 and 7D. RGB value is (252,36,125). Sum of RGB (Red+Green+Blue) = 252+36+125=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC247D is #03DB82. Grayscale: #6E6E6E. Windows color (decimal): -252803 or 8201468. OLE color: 8201468.
HSL color Cylindrical-coordinate representation of color #FC247D: hue angle of 335.28º 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 #FC247D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 125 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.01 |
| HSL | 335.28º | 0.97% | 0.56% | - |
| HSV(B) | 335.28º | 0.86% | 0.99% | - |
| XYZ | 44.48 | 23.44 | 21.58 | - |
| YUV | 110.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 125 | 0 | 0.86 | 0.50 | 0.01 | 335.28 | 0.97 | 0.56 |
| Hex | FC | 24 | 7D | 0 | 56 | 32 | 1 | 14F | 61 | 38 |
| Octal | 374 | 44 | 175 | 0 | 126 | 62 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100100 | 1111101 | 0 | 1010110 | 110010 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC247D
Complementary color
Monochromatic Colors of #FC247D
Black with #FC247D
Text Example
Text Example
White with #FC247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC247D; }
p { color: rgb(252,36,125); }
H1.HeaderClassName
{
color: #FC247D;
}
.AnyTagClassName
{
color: #FC247D;
}
</style>
background-color css
<style>
a { background-color: #FC247D; }
a { background-color: rgb(252,36,125); }
div.DivClassName
{
background-color: #FC247D;
}
.BgClassName
{
background-color: #FC247D;
}
</style>
border-color css
<style>
span { border-color: #FC247D; }
span { border-color: rgb(252,36,125); }
td.TdClassName
{
border-color: #FC247D;
}
.TagClassName
{
border-color: #FC247D;
}
</style>