Shades of Deep Pink #FC247F
Tints of Deep Pink #FC247F
RGB
CMYK
RGB Variations
Color information
#FC247F (or 0xFC247F) is known color: Deep Pink. HEX triplet: FC, 24 and 7F. RGB value is (252,36,127). Sum of RGB (Red+Green+Blue) = 252+36+127=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC247F is #03DB80. Grayscale: #6E6E6E. Windows color (decimal): -252801 or 8332540. OLE color: 8332540.
HSL color Cylindrical-coordinate representation of color #FC247F: hue angle of 334.72º 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 #FC247F is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 127 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.01 |
| HSL | 334.72º | 0.97% | 0.56% | - |
| HSV(B) | 334.72º | 0.86% | 0.99% | - |
| XYZ | 44.61 | 23.49 | 22.26 | - |
| YUV | 110.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 127 | 0 | 0.86 | 0.50 | 0.01 | 334.72 | 0.97 | 0.56 |
| Hex | FC | 24 | 7F | 0 | 56 | 32 | 1 | 14F | 61 | 38 |
| Octal | 374 | 44 | 177 | 0 | 126 | 62 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100100 | 1111111 | 0 | 1010110 | 110010 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC247F
Complementary color
Monochromatic Colors of #FC247F
Black with #FC247F
Text Example
Text Example
White with #FC247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC247F; }
p { color: rgb(252,36,127); }
H1.HeaderClassName
{
color: #FC247F;
}
.AnyTagClassName
{
color: #FC247F;
}
</style>
background-color css
<style>
a { background-color: #FC247F; }
a { background-color: rgb(252,36,127); }
div.DivClassName
{
background-color: #FC247F;
}
.BgClassName
{
background-color: #FC247F;
}
</style>
border-color css
<style>
span { border-color: #FC247F; }
span { border-color: rgb(252,36,127); }
td.TdClassName
{
border-color: #FC247F;
}
.TagClassName
{
border-color: #FC247F;
}
</style>