Shades of Shocking Pink #F41CC0
Tints of Shocking Pink #F41CC0
RGB
CMYK
RGB Variations
Color information
#F41CC0 (or 0xF41CC0) is known color: Shocking Pink. HEX triplet: F4, 1C and C0. RGB value is (244,28,192). Sum of RGB (Red+Green+Blue) = 244+28+192=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CC0 is #0BE33F. Grayscale: #6E6E6E. Windows color (decimal): -779072 or 12590324. OLE color: 12590324.
HSL color Cylindrical-coordinate representation of color #F41CC0: hue angle of 314.44º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CC0 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 192 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.04 |
| HSL | 314.44º | 0.91% | 0.53% | - |
| HSV(B) | 314.44º | 0.89% | 0.96% | - |
| XYZ | 47.24 | 23.87 | 51.99 | - |
| YUV | 111.28 | 173.56 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 192 | 0 | 0.89 | 0.21 | 0.04 | 314.44 | 0.91 | 0.53 |
| Hex | F4 | 1C | C0 | 0 | 59 | 15 | 4 | 13A | 5B | 35 |
| Octal | 364 | 34 | 300 | 0 | 131 | 25 | 4 | 472 | 133 | 65 |
| Binary | 11110100 | 11100 | 11000000 | 0 | 1011001 | 10101 | 100 | 100111010 | 1011011 | 110101 |
Color Harmonies of #F41CC0
Complementary color
Monochromatic Colors of #F41CC0
Black with #F41CC0
Text Example
Text Example
White with #F41CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CC0; }
p { color: rgb(244,28,192); }
H1.HeaderClassName
{
color: #F41CC0;
}
.AnyTagClassName
{
color: #F41CC0;
}
</style>
background-color css
<style>
a { background-color: #F41CC0; }
a { background-color: rgb(244,28,192); }
div.DivClassName
{
background-color: #F41CC0;
}
.BgClassName
{
background-color: #F41CC0;
}
</style>
border-color css
<style>
span { border-color: #F41CC0; }
span { border-color: rgb(244,28,192); }
td.TdClassName
{
border-color: #F41CC0;
}
.TagClassName
{
border-color: #F41CC0;
}
</style>