Shades of Shocking Pink #FF0AB6
Tints of Shocking Pink #FF0AB6
RGB
CMYK
RGB Variations
Color information
#FF0AB6 (or 0xFF0AB6) is known color: Shocking Pink. HEX triplet: FF, 0A and B6. RGB value is (255,10,182). Sum of RGB (Red+Green+Blue) = 255+10+182=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AB6 is #00F549. Grayscale: #666666. Windows color (decimal): -62794 or 11930367. OLE color: 11930367.
HSL color Cylindrical-coordinate representation of color #FF0AB6: hue angle of 317.88º 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 #FF0AB6 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 182 | - |
| CMYK | 0 | 0.96 | 0.29 | 0 |
| HSL | 317.88º | 1% | 0.52% | - |
| HSV(B) | 317.88º | 0.96% | 1% | - |
| XYZ | 49.79 | 24.85 | 46.43 | - |
| YUV | 102.86 | 172.67 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 182 | 0 | 0.96 | 0.29 | 0 | 317.88 | 1 | 0.52 |
| Hex | FF | A | B6 | 0 | 60 | 1D | 0 | 13E | 64 | 34 |
| Octal | 377 | 12 | 266 | 0 | 140 | 35 | 0 | 476 | 144 | 64 |
| Binary | 11111111 | 1010 | 10110110 | 0 | 1100000 | 11101 | 0 | 100111110 | 1100100 | 110100 |
Color Harmonies of #FF0AB6
Complementary color
Monochromatic Colors of #FF0AB6
Black with #FF0AB6
Text Example
Text Example
White with #FF0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AB6; }
p { color: rgb(255,10,182); }
H1.HeaderClassName
{
color: #FF0AB6;
}
.AnyTagClassName
{
color: #FF0AB6;
}
</style>
background-color css
<style>
a { background-color: #FF0AB6; }
a { background-color: rgb(255,10,182); }
div.DivClassName
{
background-color: #FF0AB6;
}
.BgClassName
{
background-color: #FF0AB6;
}
</style>
border-color css
<style>
span { border-color: #FF0AB6; }
span { border-color: rgb(255,10,182); }
td.TdClassName
{
border-color: #FF0AB6;
}
.TagClassName
{
border-color: #FF0AB6;
}
</style>