Shades of Deep Pink #FF0A84
Tints of Deep Pink #FF0A84
RGB
CMYK
RGB Variations
Color information
#FF0A84 (or 0xFF0A84) is known color: Deep Pink. HEX triplet: FF, 0A and 84. RGB value is (255,10,132). Sum of RGB (Red+Green+Blue) = 255+10+132=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A84 is #00F57B. Grayscale: #606060. Windows color (decimal): -62844 or 8653567. OLE color: 8653567.
HSL color Cylindrical-coordinate representation of color #FF0A84: hue angle of 330.12º 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 #FF0A84 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 132 | - |
| CMYK | 0 | 0.96 | 0.48 | 0 |
| HSL | 330.12º | 1% | 0.52% | - |
| HSV(B) | 330.12º | 0.96% | 1% | - |
| XYZ | 45.51 | 23.14 | 23.9 | - |
| YUV | 97.16 | 147.67 | 240.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 132 | 0 | 0.96 | 0.48 | 0 | 330.12 | 1 | 0.52 |
| Hex | FF | A | 84 | 0 | 60 | 30 | 0 | 14A | 64 | 34 |
| Octal | 377 | 12 | 204 | 0 | 140 | 60 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1010 | 10000100 | 0 | 1100000 | 110000 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0A84
Complementary color
Monochromatic Colors of #FF0A84
Black with #FF0A84
Text Example
Text Example
White with #FF0A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A84; }
p { color: rgb(255,10,132); }
H1.HeaderClassName
{
color: #FF0A84;
}
.AnyTagClassName
{
color: #FF0A84;
}
</style>
background-color css
<style>
a { background-color: #FF0A84; }
a { background-color: rgb(255,10,132); }
div.DivClassName
{
background-color: #FF0A84;
}
.BgClassName
{
background-color: #FF0A84;
}
</style>
border-color css
<style>
span { border-color: #FF0A84; }
span { border-color: rgb(255,10,132); }
td.TdClassName
{
border-color: #FF0A84;
}
.TagClassName
{
border-color: #FF0A84;
}
</style>