Shades of Shocking Pink #F80FBF
Tints of Shocking Pink #F80FBF
RGB
CMYK
RGB Variations
Color information
#F80FBF (or 0xF80FBF) is known color: Shocking Pink. HEX triplet: F8, 0F and BF. RGB value is (248,15,191). Sum of RGB (Red+Green+Blue) = 248+15+191=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FBF is #07F040. Grayscale: #686868. Windows color (decimal): -520257 or 12521464. OLE color: 12521464.
HSL color Cylindrical-coordinate representation of color #F80FBF: hue angle of 314.68º 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 #F80FBF is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 191 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.03 |
| HSL | 314.68º | 0.94% | 0.52% | - |
| HSV(B) | 314.68º | 0.94% | 0.97% | - |
| XYZ | 48.29 | 24.06 | 51.39 | - |
| YUV | 104.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 191 | 0 | 0.94 | 0.23 | 0.03 | 314.68 | 0.94 | 0.52 |
| Hex | F8 | F | BF | 0 | 5E | 17 | 3 | 13B | 5E | 34 |
| Octal | 370 | 17 | 277 | 0 | 136 | 27 | 3 | 473 | 136 | 64 |
| Binary | 11111000 | 1111 | 10111111 | 0 | 1011110 | 10111 | 11 | 100111011 | 1011110 | 110100 |
Color Harmonies of #F80FBF
Complementary color
Monochromatic Colors of #F80FBF
Black with #F80FBF
Text Example
Text Example
White with #F80FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FBF; }
p { color: rgb(248,15,191); }
H1.HeaderClassName
{
color: #F80FBF;
}
.AnyTagClassName
{
color: #F80FBF;
}
</style>
background-color css
<style>
a { background-color: #F80FBF; }
a { background-color: rgb(248,15,191); }
div.DivClassName
{
background-color: #F80FBF;
}
.BgClassName
{
background-color: #F80FBF;
}
</style>
border-color css
<style>
span { border-color: #F80FBF; }
span { border-color: rgb(248,15,191); }
td.TdClassName
{
border-color: #F80FBF;
}
.TagClassName
{
border-color: #F80FBF;
}
</style>