Shades of Shocking Pink #F810C8
Tints of Shocking Pink #F810C8
RGB
CMYK
RGB Variations
Color information
#F810C8 (or 0xF810C8) is known color: Shocking Pink. HEX triplet: F8, 10 and C8. RGB value is (248,16,200). Sum of RGB (Red+Green+Blue) = 248+16+200=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F810C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810C8 is #07EF37. Grayscale: #696969. Windows color (decimal): -519992 or 13111544. OLE color: 13111544.
HSL color Cylindrical-coordinate representation of color #F810C8: hue angle of 312.41º 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 #F810C8 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 200 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.03 |
| HSL | 312.41º | 0.94% | 0.52% | - |
| HSV(B) | 312.41º | 0.94% | 0.97% | - |
| XYZ | 49.32 | 24.5 | 56.77 | - |
| YUV | 106.34 | 180.86 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 200 | 0 | 0.94 | 0.19 | 0.03 | 312.41 | 0.94 | 0.52 |
| Hex | F8 | 10 | C8 | 0 | 5E | 13 | 3 | 138 | 5E | 34 |
| Octal | 370 | 20 | 310 | 0 | 136 | 23 | 3 | 470 | 136 | 64 |
| Binary | 11111000 | 10000 | 11001000 | 0 | 1011110 | 10011 | 11 | 100111000 | 1011110 | 110100 |
Color Harmonies of #F810C8
Complementary color
Monochromatic Colors of #F810C8
Black with #F810C8
Text Example
Text Example
White with #F810C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810C8; }
p { color: rgb(248,16,200); }
H1.HeaderClassName
{
color: #F810C8;
}
.AnyTagClassName
{
color: #F810C8;
}
</style>
background-color css
<style>
a { background-color: #F810C8; }
a { background-color: rgb(248,16,200); }
div.DivClassName
{
background-color: #F810C8;
}
.BgClassName
{
background-color: #F810C8;
}
</style>
border-color css
<style>
span { border-color: #F810C8; }
span { border-color: rgb(248,16,200); }
td.TdClassName
{
border-color: #F810C8;
}
.TagClassName
{
border-color: #F810C8;
}
</style>