Shades of Deep Pink #FF0A94
Tints of Deep Pink #FF0A94
RGB
CMYK
RGB Variations
Color information
#FF0A94 (or 0xFF0A94) is known color: Deep Pink. HEX triplet: FF, 0A and 94. RGB value is (255,10,148). Sum of RGB (Red+Green+Blue) = 255+10+148=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A94 is #00F56B. Grayscale: #626262. Windows color (decimal): -62828 or 9702143. OLE color: 9702143.
HSL color Cylindrical-coordinate representation of color #FF0A94: hue angle of 326.2º 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 #FF0A94 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 148 | - |
| CMYK | 0 | 0.96 | 0.42 | 0 |
| HSL | 326.2º | 1% | 0.52% | - |
| HSV(B) | 326.2º | 0.96% | 1% | - |
| XYZ | 46.69 | 23.62 | 30.11 | - |
| YUV | 98.99 | 155.67 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 148 | 0 | 0.96 | 0.42 | 0 | 326.2 | 1 | 0.52 |
| Hex | FF | A | 94 | 0 | 60 | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 12 | 224 | 0 | 140 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1010 | 10010100 | 0 | 1100000 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0A94
Complementary color
Monochromatic Colors of #FF0A94
Black with #FF0A94
Text Example
Text Example
White with #FF0A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A94; }
p { color: rgb(255,10,148); }
H1.HeaderClassName
{
color: #FF0A94;
}
.AnyTagClassName
{
color: #FF0A94;
}
</style>
background-color css
<style>
a { background-color: #FF0A94; }
a { background-color: rgb(255,10,148); }
div.DivClassName
{
background-color: #FF0A94;
}
.BgClassName
{
background-color: #FF0A94;
}
</style>
border-color css
<style>
span { border-color: #FF0A94; }
span { border-color: rgb(255,10,148); }
td.TdClassName
{
border-color: #FF0A94;
}
.TagClassName
{
border-color: #FF0A94;
}
</style>