Shades of Deep Pink #FC247A
Tints of Deep Pink #FC247A
RGB
CMYK
RGB Variations
Color information
#FC247A (or 0xFC247A) is known color: Deep Pink. HEX triplet: FC, 24 and 7A. RGB value is (252,36,122). Sum of RGB (Red+Green+Blue) = 252+36+122=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC247A is #03DB85. Grayscale: #6E6E6E. Windows color (decimal): -252806 or 8004860. OLE color: 8004860.
HSL color Cylindrical-coordinate representation of color #FC247A: hue angle of 336.11º 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 #FC247A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 122 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.01 |
| HSL | 336.11º | 0.97% | 0.56% | - |
| HSV(B) | 336.11º | 0.86% | 0.99% | - |
| XYZ | 44.29 | 23.36 | 20.59 | - |
| YUV | 110.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 122 | 0 | 0.86 | 0.52 | 0.01 | 336.11 | 0.97 | 0.56 |
| Hex | FC | 24 | 7A | 0 | 56 | 34 | 1 | 150 | 61 | 38 |
| Octal | 374 | 44 | 172 | 0 | 126 | 64 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100100 | 1111010 | 0 | 1010110 | 110100 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC247A
Complementary color
Monochromatic Colors of #FC247A
Black with #FC247A
Text Example
Text Example
White with #FC247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC247A; }
p { color: rgb(252,36,122); }
H1.HeaderClassName
{
color: #FC247A;
}
.AnyTagClassName
{
color: #FC247A;
}
</style>
background-color css
<style>
a { background-color: #FC247A; }
a { background-color: rgb(252,36,122); }
div.DivClassName
{
background-color: #FC247A;
}
.BgClassName
{
background-color: #FC247A;
}
</style>
border-color css
<style>
span { border-color: #FC247A; }
span { border-color: rgb(252,36,122); }
td.TdClassName
{
border-color: #FC247A;
}
.TagClassName
{
border-color: #FC247A;
}
</style>