Shades of Shocking Pink #FF0ABB
Tints of Shocking Pink #FF0ABB
RGB
CMYK
RGB Variations
Color information
#FF0ABB (or 0xFF0ABB) is known color: Shocking Pink. HEX triplet: FF, 0A and BB. RGB value is (255,10,187). Sum of RGB (Red+Green+Blue) = 255+10+187=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ABB is #00F544. Grayscale: #666666. Windows color (decimal): -62789 or 12258047. OLE color: 12258047.
HSL color Cylindrical-coordinate representation of color #FF0ABB: hue angle of 316.65º 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 #FF0ABB is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.27 | 0 |
| HSL | 316.65º | 1% | 0.52% | - |
| HSV(B) | 316.65º | 0.96% | 1% | - |
| XYZ | 50.32 | 25.06 | 49.2 | - |
| YUV | 103.43 | 175.17 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 187 | 0 | 0.96 | 0.27 | 0 | 316.65 | 1 | 0.52 |
| Hex | FF | A | BB | 0 | 60 | 1B | 0 | 13D | 64 | 34 |
| Octal | 377 | 12 | 273 | 0 | 140 | 33 | 0 | 475 | 144 | 64 |
| Binary | 11111111 | 1010 | 10111011 | 0 | 1100000 | 11011 | 0 | 100111101 | 1100100 | 110100 |
Color Harmonies of #FF0ABB
Complementary color
Monochromatic Colors of #FF0ABB
Black with #FF0ABB
Text Example
Text Example
White with #FF0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ABB; }
p { color: rgb(255,10,187); }
H1.HeaderClassName
{
color: #FF0ABB;
}
.AnyTagClassName
{
color: #FF0ABB;
}
</style>
background-color css
<style>
a { background-color: #FF0ABB; }
a { background-color: rgb(255,10,187); }
div.DivClassName
{
background-color: #FF0ABB;
}
.BgClassName
{
background-color: #FF0ABB;
}
</style>
border-color css
<style>
span { border-color: #FF0ABB; }
span { border-color: rgb(255,10,187); }
td.TdClassName
{
border-color: #FF0ABB;
}
.TagClassName
{
border-color: #FF0ABB;
}
</style>