Shades of Deep Pink #FC198E
Tints of Deep Pink #FC198E
RGB
CMYK
RGB Variations
Color information
#FC198E (or 0xFC198E) is known color: Deep Pink. HEX triplet: FC, 19 and 8E. RGB value is (252,25,142). Sum of RGB (Red+Green+Blue) = 252+25+142=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC198E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC198E is #03E671. Grayscale: #696969. Windows color (decimal): -255602 or 9312764. OLE color: 9312764.
HSL color Cylindrical-coordinate representation of color #FC198E: hue angle of 329.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC198E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 142 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.01 |
| HSL | 329.07º | 0.97% | 0.54% | - |
| HSV(B) | 329.07º | 0.9% | 0.99% | - |
| XYZ | 45.38 | 23.34 | 27.71 | - |
| YUV | 106.21 | 148.21 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 142 | 0 | 0.90 | 0.44 | 0.01 | 329.07 | 0.97 | 0.54 |
| Hex | FC | 19 | 8E | 0 | 5A | 2C | 1 | 149 | 61 | 36 |
| Octal | 374 | 31 | 216 | 0 | 132 | 54 | 1 | 511 | 141 | 66 |
| Binary | 11111100 | 11001 | 10001110 | 0 | 1011010 | 101100 | 1 | 101001001 | 1100001 | 110110 |
Color Harmonies of #FC198E
Complementary color
Monochromatic Colors of #FC198E
Black with #FC198E
Text Example
Text Example
White with #FC198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC198E; }
p { color: rgb(252,25,142); }
H1.HeaderClassName
{
color: #FC198E;
}
.AnyTagClassName
{
color: #FC198E;
}
</style>
background-color css
<style>
a { background-color: #FC198E; }
a { background-color: rgb(252,25,142); }
div.DivClassName
{
background-color: #FC198E;
}
.BgClassName
{
background-color: #FC198E;
}
</style>
border-color css
<style>
span { border-color: #FC198E; }
span { border-color: rgb(252,25,142); }
td.TdClassName
{
border-color: #FC198E;
}
.TagClassName
{
border-color: #FC198E;
}
</style>