Shades of Shocking Pink #F816BC
Tints of Shocking Pink #F816BC
RGB
CMYK
RGB Variations
Color information
#F816BC (or 0xF816BC) is known color: Shocking Pink. HEX triplet: F8, 16 and BC. RGB value is (248,22,188). Sum of RGB (Red+Green+Blue) = 248+22+188=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F816BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816BC is #07E943. Grayscale: #6C6C6C. Windows color (decimal): -518468 or 12326648. OLE color: 12326648.
HSL color Cylindrical-coordinate representation of color #F816BC: hue angle of 315.93º 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 #F816BC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 188 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.03 |
| HSL | 315.93º | 0.94% | 0.53% | - |
| HSV(B) | 315.93º | 0.91% | 0.97% | - |
| XYZ | 48.08 | 24.16 | 49.71 | - |
| YUV | 108.5 | 172.87 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 188 | 0 | 0.91 | 0.24 | 0.03 | 315.93 | 0.94 | 0.53 |
| Hex | F8 | 16 | BC | 0 | 5B | 18 | 3 | 13C | 5E | 35 |
| Octal | 370 | 26 | 274 | 0 | 133 | 30 | 3 | 474 | 136 | 65 |
| Binary | 11111000 | 10110 | 10111100 | 0 | 1011011 | 11000 | 11 | 100111100 | 1011110 | 110101 |
Color Harmonies of #F816BC
Complementary color
Monochromatic Colors of #F816BC
Black with #F816BC
Text Example
Text Example
White with #F816BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816BC; }
p { color: rgb(248,22,188); }
H1.HeaderClassName
{
color: #F816BC;
}
.AnyTagClassName
{
color: #F816BC;
}
</style>
background-color css
<style>
a { background-color: #F816BC; }
a { background-color: rgb(248,22,188); }
div.DivClassName
{
background-color: #F816BC;
}
.BgClassName
{
background-color: #F816BC;
}
</style>
border-color css
<style>
span { border-color: #F816BC; }
span { border-color: rgb(248,22,188); }
td.TdClassName
{
border-color: #F816BC;
}
.TagClassName
{
border-color: #F816BC;
}
</style>