Shades of Shocking Pink #F812C0
Tints of Shocking Pink #F812C0
RGB
CMYK
RGB Variations
Color information
#F812C0 (or 0xF812C0) is known color: Shocking Pink. HEX triplet: F8, 12 and C0. RGB value is (248,18,192). Sum of RGB (Red+Green+Blue) = 248+18+192=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F812C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812C0 is #07ED3F. Grayscale: #6A6A6A. Windows color (decimal): -519488 or 12587768. OLE color: 12587768.
HSL color Cylindrical-coordinate representation of color #F812C0: hue angle of 314.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F812C0 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 192 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.03 |
| HSL | 314.61º | 0.94% | 0.52% | - |
| HSV(B) | 314.61º | 0.93% | 0.97% | - |
| XYZ | 48.44 | 24.19 | 51.99 | - |
| YUV | 106.61 | 176.2 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 192 | 0 | 0.93 | 0.23 | 0.03 | 314.61 | 0.94 | 0.52 |
| Hex | F8 | 12 | C0 | 0 | 5D | 17 | 3 | 13B | 5E | 34 |
| Octal | 370 | 22 | 300 | 0 | 135 | 27 | 3 | 473 | 136 | 64 |
| Binary | 11111000 | 10010 | 11000000 | 0 | 1011101 | 10111 | 11 | 100111011 | 1011110 | 110100 |
Color Harmonies of #F812C0
Complementary color
Monochromatic Colors of #F812C0
Black with #F812C0
Text Example
Text Example
White with #F812C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812C0; }
p { color: rgb(248,18,192); }
H1.HeaderClassName
{
color: #F812C0;
}
.AnyTagClassName
{
color: #F812C0;
}
</style>
background-color css
<style>
a { background-color: #F812C0; }
a { background-color: rgb(248,18,192); }
div.DivClassName
{
background-color: #F812C0;
}
.BgClassName
{
background-color: #F812C0;
}
</style>
border-color css
<style>
span { border-color: #F812C0; }
span { border-color: rgb(248,18,192); }
td.TdClassName
{
border-color: #F812C0;
}
.TagClassName
{
border-color: #F812C0;
}
</style>