Shades of Deep Pink #FC1574
Tints of Deep Pink #FC1574
RGB
CMYK
RGB Variations
Color information
#FC1574 (or 0xFC1574) is known color: Deep Pink. HEX triplet: FC, 15 and 74. RGB value is (252,21,116). Sum of RGB (Red+Green+Blue) = 252+21+116=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1574 is #03EA8B. Grayscale: #646464. Windows color (decimal): -256652 or 7607804. OLE color: 7607804.
HSL color Cylindrical-coordinate representation of color #FC1574: hue angle of 335.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1574 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 116 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.01 |
| HSL | 335.32º | 0.97% | 0.54% | - |
| HSV(B) | 335.32º | 0.92% | 0.99% | - |
| XYZ | 43.57 | 22.49 | 18.57 | - |
| YUV | 100.9 | 136.53 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 116 | 0 | 0.92 | 0.54 | 0.01 | 335.32 | 0.97 | 0.54 |
| Hex | FC | 15 | 74 | 0 | 5C | 36 | 1 | 14F | 61 | 36 |
| Octal | 374 | 25 | 164 | 0 | 134 | 66 | 1 | 517 | 141 | 66 |
| Binary | 11111100 | 10101 | 1110100 | 0 | 1011100 | 110110 | 1 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FC1574
Complementary color
Monochromatic Colors of #FC1574
Black with #FC1574
Text Example
Text Example
White with #FC1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1574; }
p { color: rgb(252,21,116); }
H1.HeaderClassName
{
color: #FC1574;
}
.AnyTagClassName
{
color: #FC1574;
}
</style>
background-color css
<style>
a { background-color: #FC1574; }
a { background-color: rgb(252,21,116); }
div.DivClassName
{
background-color: #FC1574;
}
.BgClassName
{
background-color: #FC1574;
}
</style>
border-color css
<style>
span { border-color: #FC1574; }
span { border-color: rgb(252,21,116); }
td.TdClassName
{
border-color: #FC1574;
}
.TagClassName
{
border-color: #FC1574;
}
</style>