Shades of Deep Pink #FC188E
Tints of Deep Pink #FC188E
RGB
CMYK
RGB Variations
Color information
#FC188E (or 0xFC188E) is known color: Deep Pink. HEX triplet: FC, 18 and 8E. RGB value is (252,24,142). Sum of RGB (Red+Green+Blue) = 252+24+142=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC188E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC188E is #03E771. Grayscale: #696969. Windows color (decimal): -255858 or 9312508. OLE color: 9312508.
HSL color Cylindrical-coordinate representation of color #FC188E: hue angle of 328.95º 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 #FC188E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 142 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.01 |
| HSL | 328.95º | 0.97% | 0.54% | - |
| HSV(B) | 328.95º | 0.9% | 0.99% | - |
| XYZ | 45.35 | 23.3 | 27.7 | - |
| YUV | 105.62 | 148.54 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 142 | 0 | 0.90 | 0.44 | 0.01 | 328.95 | 0.97 | 0.54 |
| Hex | FC | 18 | 8E | 0 | 5A | 2C | 1 | 149 | 61 | 36 |
| Octal | 374 | 30 | 216 | 0 | 132 | 54 | 1 | 511 | 141 | 66 |
| Binary | 11111100 | 11000 | 10001110 | 0 | 1011010 | 101100 | 1 | 101001001 | 1100001 | 110110 |
Color Harmonies of #FC188E
Complementary color
Monochromatic Colors of #FC188E
Black with #FC188E
Text Example
Text Example
White with #FC188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC188E; }
p { color: rgb(252,24,142); }
H1.HeaderClassName
{
color: #FC188E;
}
.AnyTagClassName
{
color: #FC188E;
}
</style>
background-color css
<style>
a { background-color: #FC188E; }
a { background-color: rgb(252,24,142); }
div.DivClassName
{
background-color: #FC188E;
}
.BgClassName
{
background-color: #FC188E;
}
</style>
border-color css
<style>
span { border-color: #FC188E; }
span { border-color: rgb(252,24,142); }
td.TdClassName
{
border-color: #FC188E;
}
.TagClassName
{
border-color: #FC188E;
}
</style>