Shades of Deep Pink #FF0E9F
Tints of Deep Pink #FF0E9F
RGB
CMYK
RGB Variations
Color information
#FF0E9F (or 0xFF0E9F) is known color: Deep Pink. HEX triplet: FF, 0E and 9F. RGB value is (255,14,159). Sum of RGB (Red+Green+Blue) = 255+14+159=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0E9F is #00F160. Grayscale: #666666. Windows color (decimal): -61793 or 10424063. OLE color: 10424063.
HSL color Cylindrical-coordinate representation of color #FF0E9F: hue angle of 323.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E9F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 159 | - |
| CMYK | 0 | 0.95 | 0.38 | 0 |
| HSL | 323.9º | 1% | 0.53% | - |
| HSV(B) | 323.9º | 0.95% | 1% | - |
| XYZ | 47.66 | 24.08 | 34.94 | - |
| YUV | 102.59 | 159.84 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 159 | 0 | 0.95 | 0.38 | 0 | 323.9 | 1 | 0.53 |
| Hex | FF | E | 9F | 0 | 5F | 26 | 0 | 144 | 64 | 35 |
| Octal | 377 | 16 | 237 | 0 | 137 | 46 | 0 | 504 | 144 | 65 |
| Binary | 11111111 | 1110 | 10011111 | 0 | 1011111 | 100110 | 0 | 101000100 | 1100100 | 110101 |
Color Harmonies of #FF0E9F
Complementary color
Monochromatic Colors of #FF0E9F
Black with #FF0E9F
Text Example
Text Example
White with #FF0E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E9F; }
p { color: rgb(255,14,159); }
H1.HeaderClassName
{
color: #FF0E9F;
}
.AnyTagClassName
{
color: #FF0E9F;
}
</style>
background-color css
<style>
a { background-color: #FF0E9F; }
a { background-color: rgb(255,14,159); }
div.DivClassName
{
background-color: #FF0E9F;
}
.BgClassName
{
background-color: #FF0E9F;
}
</style>
border-color css
<style>
span { border-color: #FF0E9F; }
span { border-color: rgb(255,14,159); }
td.TdClassName
{
border-color: #FF0E9F;
}
.TagClassName
{
border-color: #FF0E9F;
}
</style>