Shades of Shocking Pink #FF0AB7
Tints of Shocking Pink #FF0AB7
RGB
CMYK
RGB Variations
Color information
#FF0AB7 (or 0xFF0AB7) is known color: Shocking Pink. HEX triplet: FF, 0A and B7. RGB value is (255,10,183). Sum of RGB (Red+Green+Blue) = 255+10+183=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AB7 is #00F548. Grayscale: #666666. Windows color (decimal): -62793 or 11995903. OLE color: 11995903.
HSL color Cylindrical-coordinate representation of color #FF0AB7: hue angle of 317.63º 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 #FF0AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.28 | 0 |
| HSL | 317.63º | 1% | 0.52% | - |
| HSV(B) | 317.63º | 0.96% | 1% | - |
| XYZ | 49.9 | 24.9 | 46.98 | - |
| YUV | 102.98 | 173.17 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 183 | 0 | 0.96 | 0.28 | 0 | 317.63 | 1 | 0.52 |
| Hex | FF | A | B7 | 0 | 60 | 1C | 0 | 13E | 64 | 34 |
| Octal | 377 | 12 | 267 | 0 | 140 | 34 | 0 | 476 | 144 | 64 |
| Binary | 11111111 | 1010 | 10110111 | 0 | 1100000 | 11100 | 0 | 100111110 | 1100100 | 110100 |
Color Harmonies of #FF0AB7
Complementary color
Monochromatic Colors of #FF0AB7
Black with #FF0AB7
Text Example
Text Example
White with #FF0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AB7; }
p { color: rgb(255,10,183); }
H1.HeaderClassName
{
color: #FF0AB7;
}
.AnyTagClassName
{
color: #FF0AB7;
}
</style>
background-color css
<style>
a { background-color: #FF0AB7; }
a { background-color: rgb(255,10,183); }
div.DivClassName
{
background-color: #FF0AB7;
}
.BgClassName
{
background-color: #FF0AB7;
}
</style>
border-color css
<style>
span { border-color: #FF0AB7; }
span { border-color: rgb(255,10,183); }
td.TdClassName
{
border-color: #FF0AB7;
}
.TagClassName
{
border-color: #FF0AB7;
}
</style>