Shades of Deep Pink #F0139B
Tints of Deep Pink #F0139B
RGB
CMYK
RGB Variations
Color information
#F0139B (or 0xF0139B) is known color: Deep Pink. HEX triplet: F0, 13 and 9B. RGB value is (240,19,155). Sum of RGB (Red+Green+Blue) = 240+19+155=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0139B is #0FEC64. Grayscale: #646464. Windows color (decimal): -1043557 or 10163184. OLE color: 10163184.
HSL color Cylindrical-coordinate representation of color #F0139B: hue angle of 323.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0139B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 155 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 323.08º | 0.88% | 0.51% | - |
| HSV(B) | 323.08º | 0.92% | 0.94% | - |
| XYZ | 42.08 | 21.36 | 32.91 | - |
| YUV | 100.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 155 | 0 | 0.92 | 0.35 | 0.06 | 323.08 | 0.88 | 0.51 |
| Hex | F0 | 13 | 9B | 0 | 5C | 23 | 6 | 143 | 58 | 33 |
| Octal | 360 | 23 | 233 | 0 | 134 | 43 | 6 | 503 | 130 | 63 |
| Binary | 11110000 | 10011 | 10011011 | 0 | 1011100 | 100011 | 110 | 101000011 | 1011000 | 110011 |
Color Harmonies of #F0139B
Complementary color
Monochromatic Colors of #F0139B
Black with #F0139B
Text Example
Text Example
White with #F0139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0139B; }
p { color: rgb(240,19,155); }
H1.HeaderClassName
{
color: #F0139B;
}
.AnyTagClassName
{
color: #F0139B;
}
</style>
background-color css
<style>
a { background-color: #F0139B; }
a { background-color: rgb(240,19,155); }
div.DivClassName
{
background-color: #F0139B;
}
.BgClassName
{
background-color: #F0139B;
}
</style>
border-color css
<style>
span { border-color: #F0139B; }
span { border-color: rgb(240,19,155); }
td.TdClassName
{
border-color: #F0139B;
}
.TagClassName
{
border-color: #F0139B;
}
</style>