Shades of Shocking Pink #F80FBC
Tints of Shocking Pink #F80FBC
RGB
CMYK
RGB Variations
Color information
#F80FBC (or 0xF80FBC) is known color: Shocking Pink. HEX triplet: F8, 0F and BC. RGB value is (248,15,188). Sum of RGB (Red+Green+Blue) = 248+15+188=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FBC is #07F043. Grayscale: #676767. Windows color (decimal): -520260 or 12324856. OLE color: 12324856.
HSL color Cylindrical-coordinate representation of color #F80FBC: hue angle of 315.45º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FBC is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.03 |
| HSL | 315.45º | 0.94% | 0.52% | - |
| HSV(B) | 315.45º | 0.94% | 0.97% | - |
| XYZ | 47.96 | 23.93 | 49.67 | - |
| YUV | 104.39 | 175.19 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 188 | 0 | 0.94 | 0.24 | 0.03 | 315.45 | 0.94 | 0.52 |
| Hex | F8 | F | BC | 0 | 5E | 18 | 3 | 13B | 5E | 34 |
| Octal | 370 | 17 | 274 | 0 | 136 | 30 | 3 | 473 | 136 | 64 |
| Binary | 11111000 | 1111 | 10111100 | 0 | 1011110 | 11000 | 11 | 100111011 | 1011110 | 110100 |
Color Harmonies of #F80FBC
Complementary color
Monochromatic Colors of #F80FBC
Black with #F80FBC
Text Example
Text Example
White with #F80FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FBC; }
p { color: rgb(248,15,188); }
H1.HeaderClassName
{
color: #F80FBC;
}
.AnyTagClassName
{
color: #F80FBC;
}
</style>
background-color css
<style>
a { background-color: #F80FBC; }
a { background-color: rgb(248,15,188); }
div.DivClassName
{
background-color: #F80FBC;
}
.BgClassName
{
background-color: #F80FBC;
}
</style>
border-color css
<style>
span { border-color: #F80FBC; }
span { border-color: rgb(248,15,188); }
td.TdClassName
{
border-color: #F80FBC;
}
.TagClassName
{
border-color: #F80FBC;
}
</style>