Shades of Shocking Pink #F810C0
Tints of Shocking Pink #F810C0
RGB
CMYK
RGB Variations
Color information
#F810C0 (or 0xF810C0) is known color: Shocking Pink. HEX triplet: F8, 10 and C0. RGB value is (248,16,192). Sum of RGB (Red+Green+Blue) = 248+16+192=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F810C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810C0 is #07EF3F. Grayscale: #686868. Windows color (decimal): -520000 or 12587256. OLE color: 12587256.
HSL color Cylindrical-coordinate representation of color #F810C0: hue angle of 314.48º 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 #F810C0 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 192 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.03 |
| HSL | 314.48º | 0.94% | 0.52% | - |
| HSV(B) | 314.48º | 0.94% | 0.97% | - |
| XYZ | 48.41 | 24.13 | 51.98 | - |
| YUV | 105.43 | 176.86 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 192 | 0 | 0.94 | 0.23 | 0.03 | 314.48 | 0.94 | 0.52 |
| Hex | F8 | 10 | C0 | 0 | 5E | 17 | 3 | 13A | 5E | 34 |
| Octal | 370 | 20 | 300 | 0 | 136 | 27 | 3 | 472 | 136 | 64 |
| Binary | 11111000 | 10000 | 11000000 | 0 | 1011110 | 10111 | 11 | 100111010 | 1011110 | 110100 |
Color Harmonies of #F810C0
Complementary color
Monochromatic Colors of #F810C0
Black with #F810C0
Text Example
Text Example
White with #F810C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810C0; }
p { color: rgb(248,16,192); }
H1.HeaderClassName
{
color: #F810C0;
}
.AnyTagClassName
{
color: #F810C0;
}
</style>
background-color css
<style>
a { background-color: #F810C0; }
a { background-color: rgb(248,16,192); }
div.DivClassName
{
background-color: #F810C0;
}
.BgClassName
{
background-color: #F810C0;
}
</style>
border-color css
<style>
span { border-color: #F810C0; }
span { border-color: rgb(248,16,192); }
td.TdClassName
{
border-color: #F810C0;
}
.TagClassName
{
border-color: #F810C0;
}
</style>