Shades of Deep Pink #FC1198
Tints of Deep Pink #FC1198
RGB
CMYK
RGB Variations
Color information
#FC1198 (or 0xFC1198) is known color: Deep Pink. HEX triplet: FC, 11 and 98. RGB value is (252,17,152). Sum of RGB (Red+Green+Blue) = 252+17+152=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1198 is #03EE67. Grayscale: #666666. Windows color (decimal): -257640 or 9966076. OLE color: 9966076.
HSL color Cylindrical-coordinate representation of color #FC1198: hue angle of 325.53º 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 #FC1198 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 152 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.01 |
| HSL | 325.53º | 0.98% | 0.53% | - |
| HSV(B) | 325.53º | 0.93% | 0.99% | - |
| XYZ | 46.01 | 23.36 | 31.79 | - |
| YUV | 102.66 | 155.86 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 152 | 0 | 0.93 | 0.40 | 0.01 | 325.53 | 0.98 | 0.53 |
| Hex | FC | 11 | 98 | 0 | 5D | 28 | 1 | 146 | 62 | 35 |
| Octal | 374 | 21 | 230 | 0 | 135 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111100 | 10001 | 10011000 | 0 | 1011101 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FC1198
Complementary color
Monochromatic Colors of #FC1198
Black with #FC1198
Text Example
Text Example
White with #FC1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1198; }
p { color: rgb(252,17,152); }
H1.HeaderClassName
{
color: #FC1198;
}
.AnyTagClassName
{
color: #FC1198;
}
</style>
background-color css
<style>
a { background-color: #FC1198; }
a { background-color: rgb(252,17,152); }
div.DivClassName
{
background-color: #FC1198;
}
.BgClassName
{
background-color: #FC1198;
}
</style>
border-color css
<style>
span { border-color: #FC1198; }
span { border-color: rgb(252,17,152); }
td.TdClassName
{
border-color: #FC1198;
}
.TagClassName
{
border-color: #FC1198;
}
</style>