Shades of Shocking Pink #F80ABB
Tints of Shocking Pink #F80ABB
RGB
CMYK
RGB Variations
Color information
#F80ABB (or 0xF80ABB) is known color: Shocking Pink. HEX triplet: F8, 0A and BB. RGB value is (248,10,187). Sum of RGB (Red+Green+Blue) = 248+10+187=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ABB is #07F544. Grayscale: #646464. Windows color (decimal): -521541 or 12258040. OLE color: 12258040.
HSL color Cylindrical-coordinate representation of color #F80ABB: hue angle of 315.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80ABB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.03 |
| HSL | 315.38º | 0.94% | 0.51% | - |
| HSV(B) | 315.38º | 0.96% | 0.97% | - |
| XYZ | 47.79 | 23.76 | 49.08 | - |
| YUV | 101.34 | 176.35 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 187 | 0 | 0.96 | 0.25 | 0.03 | 315.38 | 0.94 | 0.51 |
| Hex | F8 | A | BB | 0 | 60 | 19 | 3 | 13B | 5E | 33 |
| Octal | 370 | 12 | 273 | 0 | 140 | 31 | 3 | 473 | 136 | 63 |
| Binary | 11111000 | 1010 | 10111011 | 0 | 1100000 | 11001 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F80ABB
Complementary color
Monochromatic Colors of #F80ABB
Black with #F80ABB
Text Example
Text Example
White with #F80ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80ABB; }
p { color: rgb(248,10,187); }
H1.HeaderClassName
{
color: #F80ABB;
}
.AnyTagClassName
{
color: #F80ABB;
}
</style>
background-color css
<style>
a { background-color: #F80ABB; }
a { background-color: rgb(248,10,187); }
div.DivClassName
{
background-color: #F80ABB;
}
.BgClassName
{
background-color: #F80ABB;
}
</style>
border-color css
<style>
span { border-color: #F80ABB; }
span { border-color: rgb(248,10,187); }
td.TdClassName
{
border-color: #F80ABB;
}
.TagClassName
{
border-color: #F80ABB;
}
</style>