Shades of Deep Pink #FF0A8A
Tints of Deep Pink #FF0A8A
RGB
CMYK
RGB Variations
Color information
#FF0A8A (or 0xFF0A8A) is known color: Deep Pink. HEX triplet: FF, 0A and 8A. RGB value is (255,10,138). Sum of RGB (Red+Green+Blue) = 255+10+138=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A8A is #00F575. Grayscale: #616161. Windows color (decimal): -62838 or 9046783. OLE color: 9046783.
HSL color Cylindrical-coordinate representation of color #FF0A8A: hue angle of 328.65º 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 #FF0A8A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.46 | 0 |
| HSL | 328.65º | 1% | 0.52% | - |
| HSV(B) | 328.65º | 0.96% | 1% | - |
| XYZ | 45.94 | 23.31 | 26.12 | - |
| YUV | 97.85 | 150.67 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 138 | 0 | 0.96 | 0.46 | 0 | 328.65 | 1 | 0.52 |
| Hex | FF | A | 8A | 0 | 60 | 2E | 0 | 149 | 64 | 34 |
| Octal | 377 | 12 | 212 | 0 | 140 | 56 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1010 | 10001010 | 0 | 1100000 | 101110 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF0A8A
Complementary color
Monochromatic Colors of #FF0A8A
Black with #FF0A8A
Text Example
Text Example
White with #FF0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A8A; }
p { color: rgb(255,10,138); }
H1.HeaderClassName
{
color: #FF0A8A;
}
.AnyTagClassName
{
color: #FF0A8A;
}
</style>
background-color css
<style>
a { background-color: #FF0A8A; }
a { background-color: rgb(255,10,138); }
div.DivClassName
{
background-color: #FF0A8A;
}
.BgClassName
{
background-color: #FF0A8A;
}
</style>
border-color css
<style>
span { border-color: #FF0A8A; }
span { border-color: rgb(255,10,138); }
td.TdClassName
{
border-color: #FF0A8A;
}
.TagClassName
{
border-color: #FF0A8A;
}
</style>