Shades of Shocking Pink #F80BBA
Tints of Shocking Pink #F80BBA
RGB
CMYK
RGB Variations
Color information
#F80BBA (or 0xF80BBA) is known color: Shocking Pink. HEX triplet: F8, 0B and BA. RGB value is (248,11,186). Sum of RGB (Red+Green+Blue) = 248+11+186=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80BBA is #07F445. Grayscale: #656565. Windows color (decimal): -521286 or 12192760. OLE color: 12192760.
HSL color Cylindrical-coordinate representation of color #F80BBA: hue angle of 315.7º 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 #F80BBA is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 186 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.03 |
| HSL | 315.7º | 0.94% | 0.51% | - |
| HSV(B) | 315.7º | 0.96% | 0.97% | - |
| XYZ | 47.69 | 23.74 | 48.52 | - |
| YUV | 101.81 | 175.52 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 186 | 0 | 0.96 | 0.25 | 0.03 | 315.7 | 0.94 | 0.51 |
| Hex | F8 | B | BA | 0 | 60 | 19 | 3 | 13C | 5E | 33 |
| Octal | 370 | 13 | 272 | 0 | 140 | 31 | 3 | 474 | 136 | 63 |
| Binary | 11111000 | 1011 | 10111010 | 0 | 1100000 | 11001 | 11 | 100111100 | 1011110 | 110011 |
Color Harmonies of #F80BBA
Complementary color
Monochromatic Colors of #F80BBA
Black with #F80BBA
Text Example
Text Example
White with #F80BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80BBA; }
p { color: rgb(248,11,186); }
H1.HeaderClassName
{
color: #F80BBA;
}
.AnyTagClassName
{
color: #F80BBA;
}
</style>
background-color css
<style>
a { background-color: #F80BBA; }
a { background-color: rgb(248,11,186); }
div.DivClassName
{
background-color: #F80BBA;
}
.BgClassName
{
background-color: #F80BBA;
}
</style>
border-color css
<style>
span { border-color: #F80BBA; }
span { border-color: rgb(248,11,186); }
td.TdClassName
{
border-color: #F80BBA;
}
.TagClassName
{
border-color: #F80BBA;
}
</style>