Shades of Shocking Pink #F81ABB
Tints of Shocking Pink #F81ABB
RGB
CMYK
RGB Variations
Color information
#F81ABB (or 0xF81ABB) is known color: Shocking Pink. HEX triplet: F8, 1A and BB. RGB value is (248,26,187). Sum of RGB (Red+Green+Blue) = 248+26+187=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ABB is #07E544. Grayscale: #6E6E6E. Windows color (decimal): -517445 or 12262136. OLE color: 12262136.
HSL color Cylindrical-coordinate representation of color #F81ABB: hue angle of 316.49º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81ABB is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 187 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.03 |
| HSL | 316.49º | 0.94% | 0.54% | - |
| HSV(B) | 316.49º | 0.9% | 0.97% | - |
| XYZ | 48.05 | 24.28 | 49.17 | - |
| YUV | 110.73 | 171.05 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 187 | 0 | 0.90 | 0.25 | 0.03 | 316.49 | 0.94 | 0.54 |
| Hex | F8 | 1A | BB | 0 | 5A | 19 | 3 | 13C | 5E | 36 |
| Octal | 370 | 32 | 273 | 0 | 132 | 31 | 3 | 474 | 136 | 66 |
| Binary | 11111000 | 11010 | 10111011 | 0 | 1011010 | 11001 | 11 | 100111100 | 1011110 | 110110 |
Color Harmonies of #F81ABB
Complementary color
Monochromatic Colors of #F81ABB
Black with #F81ABB
Text Example
Text Example
White with #F81ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ABB; }
p { color: rgb(248,26,187); }
H1.HeaderClassName
{
color: #F81ABB;
}
.AnyTagClassName
{
color: #F81ABB;
}
</style>
background-color css
<style>
a { background-color: #F81ABB; }
a { background-color: rgb(248,26,187); }
div.DivClassName
{
background-color: #F81ABB;
}
.BgClassName
{
background-color: #F81ABB;
}
</style>
border-color css
<style>
span { border-color: #F81ABB; }
span { border-color: rgb(248,26,187); }
td.TdClassName
{
border-color: #F81ABB;
}
.TagClassName
{
border-color: #F81ABB;
}
</style>