Shades of Shocking Pink #FF0ABF
Tints of Shocking Pink #FF0ABF
RGB
CMYK
RGB Variations
Color information
#FF0ABF (or 0xFF0ABF) is known color: Shocking Pink. HEX triplet: FF, 0A and BF. RGB value is (255,10,191). Sum of RGB (Red+Green+Blue) = 255+10+191=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ABF is #00F540. Grayscale: #676767. Windows color (decimal): -62785 or 12520191. OLE color: 12520191.
HSL color Cylindrical-coordinate representation of color #FF0ABF: hue angle of 315.67º 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 #FF0ABF is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.25 | 0 |
| HSL | 315.67º | 1% | 0.52% | - |
| HSV(B) | 315.67º | 0.96% | 1% | - |
| XYZ | 50.75 | 25.24 | 51.49 | - |
| YUV | 103.89 | 177.17 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 191 | 0 | 0.96 | 0.25 | 0 | 315.67 | 1 | 0.52 |
| Hex | FF | A | BF | 0 | 60 | 19 | 0 | 13C | 64 | 34 |
| Octal | 377 | 12 | 277 | 0 | 140 | 31 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1010 | 10111111 | 0 | 1100000 | 11001 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF0ABF
Complementary color
Monochromatic Colors of #FF0ABF
Black with #FF0ABF
Text Example
Text Example
White with #FF0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ABF; }
p { color: rgb(255,10,191); }
H1.HeaderClassName
{
color: #FF0ABF;
}
.AnyTagClassName
{
color: #FF0ABF;
}
</style>
background-color css
<style>
a { background-color: #FF0ABF; }
a { background-color: rgb(255,10,191); }
div.DivClassName
{
background-color: #FF0ABF;
}
.BgClassName
{
background-color: #FF0ABF;
}
</style>
border-color css
<style>
span { border-color: #FF0ABF; }
span { border-color: rgb(255,10,191); }
td.TdClassName
{
border-color: #FF0ABF;
}
.TagClassName
{
border-color: #FF0ABF;
}
</style>