Shades of Deep Pink #F0189E
Tints of Deep Pink #F0189E
RGB
CMYK
RGB Variations
Color information
#F0189E (or 0xF0189E) is known color: Deep Pink. HEX triplet: F0, 18 and 9E. RGB value is (240,24,158). Sum of RGB (Red+Green+Blue) = 240+24+158=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0189E is #0FE761. Grayscale: #676767. Windows color (decimal): -1042274 or 10361072. OLE color: 10361072.
HSL color Cylindrical-coordinate representation of color #F0189E: hue angle of 322.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0189E is Cyan = 0, Magento = 0.9, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 158 | - |
| CMYK | 0 | 0.9 | 0.34 | 0.06 |
| HSL | 322.78º | 0.88% | 0.52% | - |
| HSV(B) | 322.78º | 0.9% | 0.94% | - |
| XYZ | 42.43 | 21.65 | 34.29 | - |
| YUV | 103.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 158 | 0 | 0.9 | 0.34 | 0.06 | 322.78 | 0.88 | 0.52 |
| Hex | F0 | 18 | 9E | 0 | 5A | 22 | 6 | 143 | 58 | 34 |
| Octal | 360 | 30 | 236 | 0 | 132 | 42 | 6 | 503 | 130 | 64 |
| Binary | 11110000 | 11000 | 10011110 | 0 | 1011010 | 100010 | 110 | 101000011 | 1011000 | 110100 |
Color Harmonies of #F0189E
Complementary color
Monochromatic Colors of #F0189E
Black with #F0189E
Text Example
Text Example
White with #F0189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0189E; }
p { color: rgb(240,24,158); }
H1.HeaderClassName
{
color: #F0189E;
}
.AnyTagClassName
{
color: #F0189E;
}
</style>
background-color css
<style>
a { background-color: #F0189E; }
a { background-color: rgb(240,24,158); }
div.DivClassName
{
background-color: #F0189E;
}
.BgClassName
{
background-color: #F0189E;
}
</style>
border-color css
<style>
span { border-color: #F0189E; }
span { border-color: rgb(240,24,158); }
td.TdClassName
{
border-color: #F0189E;
}
.TagClassName
{
border-color: #F0189E;
}
</style>