Shades of Deep Pink #F0189B
Tints of Deep Pink #F0189B
RGB
CMYK
RGB Variations
Color information
#F0189B (or 0xF0189B) is known color: Deep Pink. HEX triplet: F0, 18 and 9B. RGB value is (240,24,155). Sum of RGB (Red+Green+Blue) = 240+24+155=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0189B is #0FE764. Grayscale: #676767. Windows color (decimal): -1042277 or 10164464. OLE color: 10164464.
HSL color Cylindrical-coordinate representation of color #F0189B: hue angle of 323.61º 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 #F0189B is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 155 | - |
| CMYK | 0 | 0.9 | 0.35 | 0.06 |
| HSL | 323.61º | 0.88% | 0.52% | - |
| HSV(B) | 323.61º | 0.9% | 0.94% | - |
| XYZ | 42.18 | 21.55 | 32.95 | - |
| YUV | 103.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 155 | 0 | 0.9 | 0.35 | 0.06 | 323.61 | 0.88 | 0.52 |
| Hex | F0 | 18 | 9B | 0 | 5A | 23 | 6 | 144 | 58 | 34 |
| Octal | 360 | 30 | 233 | 0 | 132 | 43 | 6 | 504 | 130 | 64 |
| Binary | 11110000 | 11000 | 10011011 | 0 | 1011010 | 100011 | 110 | 101000100 | 1011000 | 110100 |
Color Harmonies of #F0189B
Complementary color
Monochromatic Colors of #F0189B
Black with #F0189B
Text Example
Text Example
White with #F0189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0189B; }
p { color: rgb(240,24,155); }
H1.HeaderClassName
{
color: #F0189B;
}
.AnyTagClassName
{
color: #F0189B;
}
</style>
background-color css
<style>
a { background-color: #F0189B; }
a { background-color: rgb(240,24,155); }
div.DivClassName
{
background-color: #F0189B;
}
.BgClassName
{
background-color: #F0189B;
}
</style>
border-color css
<style>
span { border-color: #F0189B; }
span { border-color: rgb(240,24,155); }
td.TdClassName
{
border-color: #F0189B;
}
.TagClassName
{
border-color: #F0189B;
}
</style>