Shades of Deep Pink #FF0E98
Tints of Deep Pink #FF0E98
RGB
CMYK
RGB Variations
Color information
#FF0E98 (or 0xFF0E98) is known color: Deep Pink. HEX triplet: FF, 0E and 98. RGB value is (255,14,152). Sum of RGB (Red+Green+Blue) = 255+14+152=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0E98 is #00F167. Grayscale: #656565. Windows color (decimal): -61800 or 9965311. OLE color: 9965311.
HSL color Cylindrical-coordinate representation of color #FF0E98: hue angle of 325.64º 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 #FF0E98 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 152 | - |
| CMYK | 0 | 0.95 | 0.40 | 0 |
| HSL | 325.64º | 1% | 0.53% | - |
| HSV(B) | 325.64º | 0.95% | 1% | - |
| XYZ | 47.06 | 23.84 | 31.83 | - |
| YUV | 101.79 | 156.34 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 152 | 0 | 0.95 | 0.40 | 0 | 325.64 | 1 | 0.53 |
| Hex | FF | E | 98 | 0 | 5F | 28 | 0 | 146 | 64 | 35 |
| Octal | 377 | 16 | 230 | 0 | 137 | 50 | 0 | 506 | 144 | 65 |
| Binary | 11111111 | 1110 | 10011000 | 0 | 1011111 | 101000 | 0 | 101000110 | 1100100 | 110101 |
Color Harmonies of #FF0E98
Complementary color
Monochromatic Colors of #FF0E98
Black with #FF0E98
Text Example
Text Example
White with #FF0E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E98; }
p { color: rgb(255,14,152); }
H1.HeaderClassName
{
color: #FF0E98;
}
.AnyTagClassName
{
color: #FF0E98;
}
</style>
background-color css
<style>
a { background-color: #FF0E98; }
a { background-color: rgb(255,14,152); }
div.DivClassName
{
background-color: #FF0E98;
}
.BgClassName
{
background-color: #FF0E98;
}
</style>
border-color css
<style>
span { border-color: #FF0E98; }
span { border-color: rgb(255,14,152); }
td.TdClassName
{
border-color: #FF0E98;
}
.TagClassName
{
border-color: #FF0E98;
}
</style>