Shades of Shocking Pink #FF0ABE
Tints of Shocking Pink #FF0ABE
RGB
CMYK
RGB Variations
Color information
#FF0ABE (or 0xFF0ABE) is known color: Shocking Pink. HEX triplet: FF, 0A and BE. RGB value is (255,10,190). Sum of RGB (Red+Green+Blue) = 255+10+190=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ABE is #00F541. Grayscale: #676767. Windows color (decimal): -62786 or 12454655. OLE color: 12454655.
HSL color Cylindrical-coordinate representation of color #FF0ABE: hue angle of 315.92º 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 #FF0ABE is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.25 | 0 |
| HSL | 315.92º | 1% | 0.52% | - |
| HSV(B) | 315.92º | 0.96% | 1% | - |
| XYZ | 50.64 | 25.19 | 50.91 | - |
| YUV | 103.78 | 176.67 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 190 | 0 | 0.96 | 0.25 | 0 | 315.92 | 1 | 0.52 |
| Hex | FF | A | BE | 0 | 60 | 19 | 0 | 13C | 64 | 34 |
| Octal | 377 | 12 | 276 | 0 | 140 | 31 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1010 | 10111110 | 0 | 1100000 | 11001 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF0ABE
Complementary color
Monochromatic Colors of #FF0ABE
Black with #FF0ABE
Text Example
Text Example
White with #FF0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ABE; }
p { color: rgb(255,10,190); }
H1.HeaderClassName
{
color: #FF0ABE;
}
.AnyTagClassName
{
color: #FF0ABE;
}
</style>
background-color css
<style>
a { background-color: #FF0ABE; }
a { background-color: rgb(255,10,190); }
div.DivClassName
{
background-color: #FF0ABE;
}
.BgClassName
{
background-color: #FF0ABE;
}
</style>
border-color css
<style>
span { border-color: #FF0ABE; }
span { border-color: rgb(255,10,190); }
td.TdClassName
{
border-color: #FF0ABE;
}
.TagClassName
{
border-color: #FF0ABE;
}
</style>