Shades of Shocking Pink #F40CC0
Tints of Shocking Pink #F40CC0
RGB
CMYK
RGB Variations
Color information
#F40CC0 (or 0xF40CC0) is known color: Shocking Pink. HEX triplet: F4, 0C and C0. RGB value is (244,12,192). Sum of RGB (Red+Green+Blue) = 244+12+192=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CC0 is #0BF33F. Grayscale: #656565. Windows color (decimal): -783168 or 12586228. OLE color: 12586228.
HSL color Cylindrical-coordinate representation of color #F40CC0: hue angle of 313.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.04 |
| HSL | 313.45º | 0.91% | 0.5% | - |
| HSV(B) | 313.45º | 0.95% | 0.96% | - |
| XYZ | 46.95 | 23.3 | 51.89 | - |
| YUV | 101.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 192 | 0 | 0.95 | 0.21 | 0.04 | 313.45 | 0.91 | 0.5 |
| Hex | F4 | C | C0 | 0 | 5F | 15 | 4 | 139 | 5B | 32 |
| Octal | 364 | 14 | 300 | 0 | 137 | 25 | 4 | 471 | 133 | 62 |
| Binary | 11110100 | 1100 | 11000000 | 0 | 1011111 | 10101 | 100 | 100111001 | 1011011 | 110010 |
Color Harmonies of #F40CC0
Complementary color
Monochromatic Colors of #F40CC0
Black with #F40CC0
Text Example
Text Example
White with #F40CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CC0; }
p { color: rgb(244,12,192); }
H1.HeaderClassName
{
color: #F40CC0;
}
.AnyTagClassName
{
color: #F40CC0;
}
</style>
background-color css
<style>
a { background-color: #F40CC0; }
a { background-color: rgb(244,12,192); }
div.DivClassName
{
background-color: #F40CC0;
}
.BgClassName
{
background-color: #F40CC0;
}
</style>
border-color css
<style>
span { border-color: #F40CC0; }
span { border-color: rgb(244,12,192); }
td.TdClassName
{
border-color: #F40CC0;
}
.TagClassName
{
border-color: #F40CC0;
}
</style>