Shades of Deep Pink #FF0A95
Tints of Deep Pink #FF0A95
RGB
CMYK
RGB Variations
Color information
#FF0A95 (or 0xFF0A95) is known color: Deep Pink. HEX triplet: FF, 0A and 95. RGB value is (255,10,149). Sum of RGB (Red+Green+Blue) = 255+10+149=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A95 is #00F56A. Grayscale: #626262. Windows color (decimal): -62827 or 9767679. OLE color: 9767679.
HSL color Cylindrical-coordinate representation of color #FF0A95: hue angle of 325.96º 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 #FF0A95 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 149 | - |
| CMYK | 0 | 0.96 | 0.42 | 0 |
| HSL | 325.96º | 1% | 0.52% | - |
| HSV(B) | 325.96º | 0.96% | 1% | - |
| XYZ | 46.77 | 23.65 | 30.53 | - |
| YUV | 99.1 | 156.17 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 149 | 0 | 0.96 | 0.42 | 0 | 325.96 | 1 | 0.52 |
| Hex | FF | A | 95 | 0 | 60 | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 12 | 225 | 0 | 140 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1010 | 10010101 | 0 | 1100000 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0A95
Complementary color
Monochromatic Colors of #FF0A95
Black with #FF0A95
Text Example
Text Example
White with #FF0A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A95; }
p { color: rgb(255,10,149); }
H1.HeaderClassName
{
color: #FF0A95;
}
.AnyTagClassName
{
color: #FF0A95;
}
</style>
background-color css
<style>
a { background-color: #FF0A95; }
a { background-color: rgb(255,10,149); }
div.DivClassName
{
background-color: #FF0A95;
}
.BgClassName
{
background-color: #FF0A95;
}
</style>
border-color css
<style>
span { border-color: #FF0A95; }
span { border-color: rgb(255,10,149); }
td.TdClassName
{
border-color: #FF0A95;
}
.TagClassName
{
border-color: #FF0A95;
}
</style>