Shades of Deep Pink #FC189E
Tints of Deep Pink #FC189E
RGB
CMYK
RGB Variations
Color information
#FC189E (or 0xFC189E) is known color: Deep Pink. HEX triplet: FC, 18 and 9E. RGB value is (252,24,158). Sum of RGB (Red+Green+Blue) = 252+24+158=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC189E is #03E761. Grayscale: #6B6B6B. Windows color (decimal): -255842 or 10361084. OLE color: 10361084.
HSL color Cylindrical-coordinate representation of color #FC189E: hue angle of 324.74º 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 #FC189E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 158 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.01 |
| HSL | 324.74º | 0.97% | 0.54% | - |
| HSV(B) | 324.74º | 0.9% | 0.99% | - |
| XYZ | 46.64 | 23.82 | 34.49 | - |
| YUV | 107.45 | 156.54 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 158 | 0 | 0.90 | 0.37 | 0.01 | 324.74 | 0.97 | 0.54 |
| Hex | FC | 18 | 9E | 0 | 5A | 25 | 1 | 145 | 61 | 36 |
| Octal | 374 | 30 | 236 | 0 | 132 | 45 | 1 | 505 | 141 | 66 |
| Binary | 11111100 | 11000 | 10011110 | 0 | 1011010 | 100101 | 1 | 101000101 | 1100001 | 110110 |
Color Harmonies of #FC189E
Complementary color
Monochromatic Colors of #FC189E
Black with #FC189E
Text Example
Text Example
White with #FC189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC189E; }
p { color: rgb(252,24,158); }
H1.HeaderClassName
{
color: #FC189E;
}
.AnyTagClassName
{
color: #FC189E;
}
</style>
background-color css
<style>
a { background-color: #FC189E; }
a { background-color: rgb(252,24,158); }
div.DivClassName
{
background-color: #FC189E;
}
.BgClassName
{
background-color: #FC189E;
}
</style>
border-color css
<style>
span { border-color: #FC189E; }
span { border-color: rgb(252,24,158); }
td.TdClassName
{
border-color: #FC189E;
}
.TagClassName
{
border-color: #FC189E;
}
</style>