Shades of Shocking Pink #F810C7
Tints of Shocking Pink #F810C7
RGB
CMYK
RGB Variations
Color information
#F810C7 (or 0xF810C7) is known color: Shocking Pink. HEX triplet: F8, 10 and C7. RGB value is (248,16,199). Sum of RGB (Red+Green+Blue) = 248+16+199=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F810C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810C7 is #07EF38. Grayscale: #696969. Windows color (decimal): -519993 or 13046008. OLE color: 13046008.
HSL color Cylindrical-coordinate representation of color #F810C7: hue angle of 312.67º 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 #F810C7 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 199 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.03 |
| HSL | 312.67º | 0.94% | 0.52% | - |
| HSV(B) | 312.67º | 0.94% | 0.97% | - |
| XYZ | 49.21 | 24.45 | 56.16 | - |
| YUV | 106.23 | 180.36 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 199 | 0 | 0.94 | 0.20 | 0.03 | 312.67 | 0.94 | 0.52 |
| Hex | F8 | 10 | C7 | 0 | 5E | 14 | 3 | 139 | 5E | 34 |
| Octal | 370 | 20 | 307 | 0 | 136 | 24 | 3 | 471 | 136 | 64 |
| Binary | 11111000 | 10000 | 11000111 | 0 | 1011110 | 10100 | 11 | 100111001 | 1011110 | 110100 |
Color Harmonies of #F810C7
Complementary color
Monochromatic Colors of #F810C7
Black with #F810C7
Text Example
Text Example
White with #F810C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810C7; }
p { color: rgb(248,16,199); }
H1.HeaderClassName
{
color: #F810C7;
}
.AnyTagClassName
{
color: #F810C7;
}
</style>
background-color css
<style>
a { background-color: #F810C7; }
a { background-color: rgb(248,16,199); }
div.DivClassName
{
background-color: #F810C7;
}
.BgClassName
{
background-color: #F810C7;
}
</style>
border-color css
<style>
span { border-color: #F810C7; }
span { border-color: rgb(248,16,199); }
td.TdClassName
{
border-color: #F810C7;
}
.TagClassName
{
border-color: #F810C7;
}
</style>