Shades of Shocking Pink #F816C0
Tints of Shocking Pink #F816C0
RGB
CMYK
RGB Variations
Color information
#F816C0 (or 0xF816C0) is known color: Shocking Pink. HEX triplet: F8, 16 and C0. RGB value is (248,22,192). Sum of RGB (Red+Green+Blue) = 248+22+192=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F816C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816C0 is #07E93F. Grayscale: #6C6C6C. Windows color (decimal): -518464 or 12588792. OLE color: 12588792.
HSL color Cylindrical-coordinate representation of color #F816C0: hue angle of 314.87º 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 #F816C0 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 192 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.03 |
| HSL | 314.87º | 0.94% | 0.53% | - |
| HSV(B) | 314.87º | 0.91% | 0.97% | - |
| XYZ | 48.51 | 24.34 | 52.01 | - |
| YUV | 108.95 | 174.87 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 192 | 0 | 0.91 | 0.23 | 0.03 | 314.87 | 0.94 | 0.53 |
| Hex | F8 | 16 | C0 | 0 | 5B | 17 | 3 | 13B | 5E | 35 |
| Octal | 370 | 26 | 300 | 0 | 133 | 27 | 3 | 473 | 136 | 65 |
| Binary | 11111000 | 10110 | 11000000 | 0 | 1011011 | 10111 | 11 | 100111011 | 1011110 | 110101 |
Color Harmonies of #F816C0
Complementary color
Monochromatic Colors of #F816C0
Black with #F816C0
Text Example
Text Example
White with #F816C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816C0; }
p { color: rgb(248,22,192); }
H1.HeaderClassName
{
color: #F816C0;
}
.AnyTagClassName
{
color: #F816C0;
}
</style>
background-color css
<style>
a { background-color: #F816C0; }
a { background-color: rgb(248,22,192); }
div.DivClassName
{
background-color: #F816C0;
}
.BgClassName
{
background-color: #F816C0;
}
</style>
border-color css
<style>
span { border-color: #F816C0; }
span { border-color: rgb(248,22,192); }
td.TdClassName
{
border-color: #F816C0;
}
.TagClassName
{
border-color: #F816C0;
}
</style>