Shades of Deep Pink #FC247C
Tints of Deep Pink #FC247C
RGB
CMYK
RGB Variations
Color information
#FC247C (or 0xFC247C) is known color: Deep Pink. HEX triplet: FC, 24 and 7C. RGB value is (252,36,124). Sum of RGB (Red+Green+Blue) = 252+36+124=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC247C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC247C is #03DB83. Grayscale: #6E6E6E. Windows color (decimal): -252804 or 8135932. OLE color: 8135932.
HSL color Cylindrical-coordinate representation of color #FC247C: hue angle of 335.56º 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 #FC247C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 124 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.01 |
| HSL | 335.56º | 0.97% | 0.56% | - |
| HSV(B) | 335.56º | 0.86% | 0.99% | - |
| XYZ | 44.41 | 23.41 | 21.25 | - |
| YUV | 110.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 124 | 0 | 0.86 | 0.51 | 0.01 | 335.56 | 0.97 | 0.56 |
| Hex | FC | 24 | 7C | 0 | 56 | 33 | 1 | 150 | 61 | 38 |
| Octal | 374 | 44 | 174 | 0 | 126 | 63 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100100 | 1111100 | 0 | 1010110 | 110011 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC247C
Complementary color
Monochromatic Colors of #FC247C
Black with #FC247C
Text Example
Text Example
White with #FC247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC247C; }
p { color: rgb(252,36,124); }
H1.HeaderClassName
{
color: #FC247C;
}
.AnyTagClassName
{
color: #FC247C;
}
</style>
background-color css
<style>
a { background-color: #FC247C; }
a { background-color: rgb(252,36,124); }
div.DivClassName
{
background-color: #FC247C;
}
.BgClassName
{
background-color: #FC247C;
}
</style>
border-color css
<style>
span { border-color: #FC247C; }
span { border-color: rgb(252,36,124); }
td.TdClassName
{
border-color: #FC247C;
}
.TagClassName
{
border-color: #FC247C;
}
</style>