Shades of Deep Pink #FF0A8E
Tints of Deep Pink #FF0A8E
RGB
CMYK
RGB Variations
Color information
#FF0A8E (or 0xFF0A8E) is known color: Deep Pink. HEX triplet: FF, 0A and 8E. RGB value is (255,10,142). Sum of RGB (Red+Green+Blue) = 255+10+142=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A8E is #00F571. Grayscale: #626262. Windows color (decimal): -62834 or 9308927. OLE color: 9308927.
HSL color Cylindrical-coordinate representation of color #FF0A8E: hue angle of 327.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A8E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 142 | - |
| CMYK | 0 | 0.96 | 0.44 | 0 |
| HSL | 327.67º | 1% | 0.52% | - |
| HSV(B) | 327.67º | 0.96% | 1% | - |
| XYZ | 46.23 | 23.43 | 27.68 | - |
| YUV | 98.3 | 152.67 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 142 | 0 | 0.96 | 0.44 | 0 | 327.67 | 1 | 0.52 |
| Hex | FF | A | 8E | 0 | 60 | 2C | 0 | 148 | 64 | 34 |
| Octal | 377 | 12 | 216 | 0 | 140 | 54 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1010 | 10001110 | 0 | 1100000 | 101100 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF0A8E
Complementary color
Monochromatic Colors of #FF0A8E
Black with #FF0A8E
Text Example
Text Example
White with #FF0A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A8E; }
p { color: rgb(255,10,142); }
H1.HeaderClassName
{
color: #FF0A8E;
}
.AnyTagClassName
{
color: #FF0A8E;
}
</style>
background-color css
<style>
a { background-color: #FF0A8E; }
a { background-color: rgb(255,10,142); }
div.DivClassName
{
background-color: #FF0A8E;
}
.BgClassName
{
background-color: #FF0A8E;
}
</style>
border-color css
<style>
span { border-color: #FF0A8E; }
span { border-color: rgb(255,10,142); }
td.TdClassName
{
border-color: #FF0A8E;
}
.TagClassName
{
border-color: #FF0A8E;
}
</style>