Shades of Deep Pink #FF0A8F
Tints of Deep Pink #FF0A8F
RGB
CMYK
RGB Variations
Color information
#FF0A8F (or 0xFF0A8F) is known color: Deep Pink. HEX triplet: FF, 0A and 8F. RGB value is (255,10,143). Sum of RGB (Red+Green+Blue) = 255+10+143=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A8F is #00F570. Grayscale: #626262. Windows color (decimal): -62833 or 9374463. OLE color: 9374463.
HSL color Cylindrical-coordinate representation of color #FF0A8F: hue angle of 327.43º 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 #FF0A8F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 143 | - |
| CMYK | 0 | 0.96 | 0.44 | 0 |
| HSL | 327.43º | 1% | 0.52% | - |
| HSV(B) | 327.43º | 0.96% | 1% | - |
| XYZ | 46.31 | 23.46 | 28.07 | - |
| YUV | 98.42 | 153.17 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 143 | 0 | 0.96 | 0.44 | 0 | 327.43 | 1 | 0.52 |
| Hex | FF | A | 8F | 0 | 60 | 2C | 0 | 147 | 64 | 34 |
| Octal | 377 | 12 | 217 | 0 | 140 | 54 | 0 | 507 | 144 | 64 |
| Binary | 11111111 | 1010 | 10001111 | 0 | 1100000 | 101100 | 0 | 101000111 | 1100100 | 110100 |
Color Harmonies of #FF0A8F
Complementary color
Monochromatic Colors of #FF0A8F
Black with #FF0A8F
Text Example
Text Example
White with #FF0A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A8F; }
p { color: rgb(255,10,143); }
H1.HeaderClassName
{
color: #FF0A8F;
}
.AnyTagClassName
{
color: #FF0A8F;
}
</style>
background-color css
<style>
a { background-color: #FF0A8F; }
a { background-color: rgb(255,10,143); }
div.DivClassName
{
background-color: #FF0A8F;
}
.BgClassName
{
background-color: #FF0A8F;
}
</style>
border-color css
<style>
span { border-color: #FF0A8F; }
span { border-color: rgb(255,10,143); }
td.TdClassName
{
border-color: #FF0A8F;
}
.TagClassName
{
border-color: #FF0A8F;
}
</style>