Shades of Deep Pink #FF0E97
Tints of Deep Pink #FF0E97
RGB
CMYK
RGB Variations
Color information
#FF0E97 (or 0xFF0E97) is known color: Deep Pink. HEX triplet: FF, 0E and 97. RGB value is (255,14,151). Sum of RGB (Red+Green+Blue) = 255+14+151=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0E97 is #00F168. Grayscale: #656565. Windows color (decimal): -61801 or 9899775. OLE color: 9899775.
HSL color Cylindrical-coordinate representation of color #FF0E97: hue angle of 325.89º 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 #FF0E97 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 151 | - |
| CMYK | 0 | 0.95 | 0.41 | 0 |
| HSL | 325.89º | 1% | 0.53% | - |
| HSV(B) | 325.89º | 0.95% | 1% | - |
| XYZ | 46.98 | 23.81 | 31.4 | - |
| YUV | 101.68 | 155.84 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 151 | 0 | 0.95 | 0.41 | 0 | 325.89 | 1 | 0.53 |
| Hex | FF | E | 97 | 0 | 5F | 29 | 0 | 146 | 64 | 35 |
| Octal | 377 | 16 | 227 | 0 | 137 | 51 | 0 | 506 | 144 | 65 |
| Binary | 11111111 | 1110 | 10010111 | 0 | 1011111 | 101001 | 0 | 101000110 | 1100100 | 110101 |
Color Harmonies of #FF0E97
Complementary color
Monochromatic Colors of #FF0E97
Black with #FF0E97
Text Example
Text Example
White with #FF0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E97; }
p { color: rgb(255,14,151); }
H1.HeaderClassName
{
color: #FF0E97;
}
.AnyTagClassName
{
color: #FF0E97;
}
</style>
background-color css
<style>
a { background-color: #FF0E97; }
a { background-color: rgb(255,14,151); }
div.DivClassName
{
background-color: #FF0E97;
}
.BgClassName
{
background-color: #FF0E97;
}
</style>
border-color css
<style>
span { border-color: #FF0E97; }
span { border-color: rgb(255,14,151); }
td.TdClassName
{
border-color: #FF0E97;
}
.TagClassName
{
border-color: #FF0E97;
}
</style>