Shades of Shocking Pink #F810C6
Tints of Shocking Pink #F810C6
RGB
CMYK
RGB Variations
Color information
#F810C6 (or 0xF810C6) is known color: Shocking Pink. HEX triplet: F8, 10 and C6. RGB value is (248,16,198). Sum of RGB (Red+Green+Blue) = 248+16+198=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F810C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810C6 is #07EF39. Grayscale: #696969. Windows color (decimal): -519994 or 12980472. OLE color: 12980472.
HSL color Cylindrical-coordinate representation of color #F810C6: hue angle of 312.93º 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 #F810C6 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 198 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.03 |
| HSL | 312.93º | 0.94% | 0.52% | - |
| HSV(B) | 312.93º | 0.94% | 0.97% | - |
| XYZ | 49.09 | 24.4 | 55.55 | - |
| YUV | 106.12 | 179.86 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 198 | 0 | 0.94 | 0.20 | 0.03 | 312.93 | 0.94 | 0.52 |
| Hex | F8 | 10 | C6 | 0 | 5E | 14 | 3 | 139 | 5E | 34 |
| Octal | 370 | 20 | 306 | 0 | 136 | 24 | 3 | 471 | 136 | 64 |
| Binary | 11111000 | 10000 | 11000110 | 0 | 1011110 | 10100 | 11 | 100111001 | 1011110 | 110100 |
Color Harmonies of #F810C6
Complementary color
Monochromatic Colors of #F810C6
Black with #F810C6
Text Example
Text Example
White with #F810C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810C6; }
p { color: rgb(248,16,198); }
H1.HeaderClassName
{
color: #F810C6;
}
.AnyTagClassName
{
color: #F810C6;
}
</style>
background-color css
<style>
a { background-color: #F810C6; }
a { background-color: rgb(248,16,198); }
div.DivClassName
{
background-color: #F810C6;
}
.BgClassName
{
background-color: #F810C6;
}
</style>
border-color css
<style>
span { border-color: #F810C6; }
span { border-color: rgb(248,16,198); }
td.TdClassName
{
border-color: #F810C6;
}
.TagClassName
{
border-color: #F810C6;
}
</style>