Shades of Deep Pink #FC1194
Tints of Deep Pink #FC1194
RGB
CMYK
RGB Variations
Color information
#FC1194 (or 0xFC1194) is known color: Deep Pink. HEX triplet: FC, 11 and 94. RGB value is (252,17,148). Sum of RGB (Red+Green+Blue) = 252+17+148=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1194 is #03EE6B. Grayscale: #656565. Windows color (decimal): -257644 or 9703932. OLE color: 9703932.
HSL color Cylindrical-coordinate representation of color #FC1194: hue angle of 326.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1194 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 148 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.01 |
| HSL | 326.55º | 0.98% | 0.53% | - |
| HSV(B) | 326.55º | 0.93% | 0.99% | - |
| XYZ | 45.69 | 23.23 | 30.09 | - |
| YUV | 102.2 | 153.86 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 148 | 0 | 0.93 | 0.41 | 0.01 | 326.55 | 0.98 | 0.53 |
| Hex | FC | 11 | 94 | 0 | 5D | 29 | 1 | 147 | 62 | 35 |
| Octal | 374 | 21 | 224 | 0 | 135 | 51 | 1 | 507 | 142 | 65 |
| Binary | 11111100 | 10001 | 10010100 | 0 | 1011101 | 101001 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FC1194
Complementary color
Monochromatic Colors of #FC1194
Black with #FC1194
Text Example
Text Example
White with #FC1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1194; }
p { color: rgb(252,17,148); }
H1.HeaderClassName
{
color: #FC1194;
}
.AnyTagClassName
{
color: #FC1194;
}
</style>
background-color css
<style>
a { background-color: #FC1194; }
a { background-color: rgb(252,17,148); }
div.DivClassName
{
background-color: #FC1194;
}
.BgClassName
{
background-color: #FC1194;
}
</style>
border-color css
<style>
span { border-color: #FC1194; }
span { border-color: rgb(252,17,148); }
td.TdClassName
{
border-color: #FC1194;
}
.TagClassName
{
border-color: #FC1194;
}
</style>