Shades of Shocking Pink #F81FBC
Tints of Shocking Pink #F81FBC
RGB
CMYK
RGB Variations
Color information
#F81FBC (or 0xF81FBC) is known color: Shocking Pink. HEX triplet: F8, 1F and BC. RGB value is (248,31,188). Sum of RGB (Red+Green+Blue) = 248+31+188=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FBC is #07E043. Grayscale: #717171. Windows color (decimal): -516164 or 12328952. OLE color: 12328952.
HSL color Cylindrical-coordinate representation of color #F81FBC: hue angle of 316.59º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FBC is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 188 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.03 |
| HSL | 316.59º | 0.94% | 0.55% | - |
| HSV(B) | 316.59º | 0.88% | 0.97% | - |
| XYZ | 48.28 | 24.57 | 49.77 | - |
| YUV | 113.78 | 169.89 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 188 | 0 | 0.88 | 0.24 | 0.03 | 316.59 | 0.94 | 0.55 |
| Hex | F8 | 1F | BC | 0 | 58 | 18 | 3 | 13D | 5E | 37 |
| Octal | 370 | 37 | 274 | 0 | 130 | 30 | 3 | 475 | 136 | 67 |
| Binary | 11111000 | 11111 | 10111100 | 0 | 1011000 | 11000 | 11 | 100111101 | 1011110 | 110111 |
Color Harmonies of #F81FBC
Complementary color
Monochromatic Colors of #F81FBC
Black with #F81FBC
Text Example
Text Example
White with #F81FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FBC; }
p { color: rgb(248,31,188); }
H1.HeaderClassName
{
color: #F81FBC;
}
.AnyTagClassName
{
color: #F81FBC;
}
</style>
background-color css
<style>
a { background-color: #F81FBC; }
a { background-color: rgb(248,31,188); }
div.DivClassName
{
background-color: #F81FBC;
}
.BgClassName
{
background-color: #F81FBC;
}
</style>
border-color css
<style>
span { border-color: #F81FBC; }
span { border-color: rgb(248,31,188); }
td.TdClassName
{
border-color: #F81FBC;
}
.TagClassName
{
border-color: #F81FBC;
}
</style>