Shades of Deep Pink #FF0A7F
Tints of Deep Pink #FF0A7F
RGB
CMYK
RGB Variations
Color information
#FF0A7F (or 0xFF0A7F) is known color: Deep Pink. HEX triplet: FF, 0A and 7F. RGB value is (255,10,127). Sum of RGB (Red+Green+Blue) = 255+10+127=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A7F is #00F580. Grayscale: #606060. Windows color (decimal): -62849 or 8325887. OLE color: 8325887.
HSL color Cylindrical-coordinate representation of color #FF0A7F: hue angle of 331.35º 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 #FF0A7F is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 127 | - |
| CMYK | 0 | 0.96 | 0.50 | 0 |
| HSL | 331.35º | 1% | 0.52% | - |
| HSV(B) | 331.35º | 0.96% | 1% | - |
| XYZ | 45.18 | 23.01 | 22.14 | - |
| YUV | 96.59 | 145.17 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 127 | 0 | 0.96 | 0.50 | 0 | 331.35 | 1 | 0.52 |
| Hex | FF | A | 7F | 0 | 60 | 32 | 0 | 14B | 64 | 34 |
| Octal | 377 | 12 | 177 | 0 | 140 | 62 | 0 | 513 | 144 | 64 |
| Binary | 11111111 | 1010 | 1111111 | 0 | 1100000 | 110010 | 0 | 101001011 | 1100100 | 110100 |
Color Harmonies of #FF0A7F
Complementary color
Monochromatic Colors of #FF0A7F
Black with #FF0A7F
Text Example
Text Example
White with #FF0A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A7F; }
p { color: rgb(255,10,127); }
H1.HeaderClassName
{
color: #FF0A7F;
}
.AnyTagClassName
{
color: #FF0A7F;
}
</style>
background-color css
<style>
a { background-color: #FF0A7F; }
a { background-color: rgb(255,10,127); }
div.DivClassName
{
background-color: #FF0A7F;
}
.BgClassName
{
background-color: #FF0A7F;
}
</style>
border-color css
<style>
span { border-color: #FF0A7F; }
span { border-color: rgb(255,10,127); }
td.TdClassName
{
border-color: #FF0A7F;
}
.TagClassName
{
border-color: #FF0A7F;
}
</style>