Shades of Deep Pink #FF0A83
Tints of Deep Pink #FF0A83
RGB
CMYK
RGB Variations
Color information
#FF0A83 (or 0xFF0A83) is known color: Deep Pink. HEX triplet: FF, 0A and 83. RGB value is (255,10,131). Sum of RGB (Red+Green+Blue) = 255+10+131=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A83 is #00F57C. Grayscale: #606060. Windows color (decimal): -62845 or 8588031. OLE color: 8588031.
HSL color Cylindrical-coordinate representation of color #FF0A83: hue angle of 330.37º 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 #FF0A83 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 131 | - |
| CMYK | 0 | 0.96 | 0.49 | 0 |
| HSL | 330.37º | 1% | 0.52% | - |
| HSV(B) | 330.37º | 0.96% | 1% | - |
| XYZ | 45.45 | 23.12 | 23.54 | - |
| YUV | 97.05 | 147.17 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 131 | 0 | 0.96 | 0.49 | 0 | 330.37 | 1 | 0.52 |
| Hex | FF | A | 83 | 0 | 60 | 31 | 0 | 14A | 64 | 34 |
| Octal | 377 | 12 | 203 | 0 | 140 | 61 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1010 | 10000011 | 0 | 1100000 | 110001 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0A83
Complementary color
Monochromatic Colors of #FF0A83
Black with #FF0A83
Text Example
Text Example
White with #FF0A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A83; }
p { color: rgb(255,10,131); }
H1.HeaderClassName
{
color: #FF0A83;
}
.AnyTagClassName
{
color: #FF0A83;
}
</style>
background-color css
<style>
a { background-color: #FF0A83; }
a { background-color: rgb(255,10,131); }
div.DivClassName
{
background-color: #FF0A83;
}
.BgClassName
{
background-color: #FF0A83;
}
</style>
border-color css
<style>
span { border-color: #FF0A83; }
span { border-color: rgb(255,10,131); }
td.TdClassName
{
border-color: #FF0A83;
}
.TagClassName
{
border-color: #FF0A83;
}
</style>