Shades of Shocking Pink #F816BF
Tints of Shocking Pink #F816BF
RGB
CMYK
RGB Variations
Color information
#F816BF (or 0xF816BF) is known color: Shocking Pink. HEX triplet: F8, 16 and BF. RGB value is (248,22,191). Sum of RGB (Red+Green+Blue) = 248+22+191=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F816BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816BF is #07E940. Grayscale: #6C6C6C. Windows color (decimal): -518465 or 12523256. OLE color: 12523256.
HSL color Cylindrical-coordinate representation of color #F816BF: hue angle of 315.13º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F816BF is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 191 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.03 |
| HSL | 315.13º | 0.94% | 0.53% | - |
| HSV(B) | 315.13º | 0.91% | 0.97% | - |
| XYZ | 48.4 | 24.29 | 51.43 | - |
| YUV | 108.84 | 174.37 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 191 | 0 | 0.91 | 0.23 | 0.03 | 315.13 | 0.94 | 0.53 |
| Hex | F8 | 16 | BF | 0 | 5B | 17 | 3 | 13B | 5E | 35 |
| Octal | 370 | 26 | 277 | 0 | 133 | 27 | 3 | 473 | 136 | 65 |
| Binary | 11111000 | 10110 | 10111111 | 0 | 1011011 | 10111 | 11 | 100111011 | 1011110 | 110101 |
Color Harmonies of #F816BF
Complementary color
Monochromatic Colors of #F816BF
Black with #F816BF
Text Example
Text Example
White with #F816BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816BF; }
p { color: rgb(248,22,191); }
H1.HeaderClassName
{
color: #F816BF;
}
.AnyTagClassName
{
color: #F816BF;
}
</style>
background-color css
<style>
a { background-color: #F816BF; }
a { background-color: rgb(248,22,191); }
div.DivClassName
{
background-color: #F816BF;
}
.BgClassName
{
background-color: #F816BF;
}
</style>
border-color css
<style>
span { border-color: #F816BF; }
span { border-color: rgb(248,22,191); }
td.TdClassName
{
border-color: #F816BF;
}
.TagClassName
{
border-color: #F816BF;
}
</style>