Shades of Deep Pink #FF088E
Tints of Deep Pink #FF088E
RGB
CMYK
RGB Variations
Color information
#FF088E (or 0xFF088E) is known color: Deep Pink. HEX triplet: FF, 08 and 8E. RGB value is (255,8,142). Sum of RGB (Red+Green+Blue) = 255+8+142=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF088E is #00F771. Grayscale: #606060. Windows color (decimal): -63346 or 9308415. OLE color: 9308415.
HSL color Cylindrical-coordinate representation of color #FF088E: hue angle of 327.45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF088E is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 142 | - |
| CMYK | 0 | 0.97 | 0.44 | 0 |
| HSL | 327.45º | 1% | 0.52% | - |
| HSV(B) | 327.45º | 0.97% | 1% | - |
| XYZ | 46.21 | 23.39 | 27.67 | - |
| YUV | 97.13 | 153.33 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 142 | 0 | 0.97 | 0.44 | 0 | 327.45 | 1 | 0.52 |
| Hex | FF | 8 | 8E | 0 | 61 | 2C | 0 | 147 | 64 | 34 |
| Octal | 377 | 10 | 216 | 0 | 141 | 54 | 0 | 507 | 144 | 64 |
| Binary | 11111111 | 1000 | 10001110 | 0 | 1100001 | 101100 | 0 | 101000111 | 1100100 | 110100 |
Color Harmonies of #FF088E
Complementary color
Monochromatic Colors of #FF088E
Black with #FF088E
Text Example
Text Example
White with #FF088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF088E; }
p { color: rgb(255,8,142); }
H1.HeaderClassName
{
color: #FF088E;
}
.AnyTagClassName
{
color: #FF088E;
}
</style>
background-color css
<style>
a { background-color: #FF088E; }
a { background-color: rgb(255,8,142); }
div.DivClassName
{
background-color: #FF088E;
}
.BgClassName
{
background-color: #FF088E;
}
</style>
border-color css
<style>
span { border-color: #FF088E; }
span { border-color: rgb(255,8,142); }
td.TdClassName
{
border-color: #FF088E;
}
.TagClassName
{
border-color: #FF088E;
}
</style>