Shades of Shocking Pink #F41ECC
Tints of Shocking Pink #F41ECC
RGB
CMYK
RGB Variations
Color information
#F41ECC (or 0xF41ECC) is known color: Shocking Pink. HEX triplet: F4, 1E and CC. RGB value is (244,30,204). Sum of RGB (Red+Green+Blue) = 244+30+204=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ECC is #0BE133. Grayscale: #717171. Windows color (decimal): -778548 or 13377268. OLE color: 13377268.
HSL color Cylindrical-coordinate representation of color #F41ECC: hue angle of 311.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41ECC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 204 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.04 |
| HSL | 311.22º | 0.91% | 0.54% | - |
| HSV(B) | 311.22º | 0.88% | 0.96% | - |
| XYZ | 48.67 | 24.52 | 59.29 | - |
| YUV | 113.82 | 178.9 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 204 | 0 | 0.88 | 0.16 | 0.04 | 311.22 | 0.91 | 0.54 |
| Hex | F4 | 1E | CC | 0 | 58 | 10 | 4 | 137 | 5B | 36 |
| Octal | 364 | 36 | 314 | 0 | 130 | 20 | 4 | 467 | 133 | 66 |
| Binary | 11110100 | 11110 | 11001100 | 0 | 1011000 | 10000 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F41ECC
Complementary color
Monochromatic Colors of #F41ECC
Black with #F41ECC
Text Example
Text Example
White with #F41ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ECC; }
p { color: rgb(244,30,204); }
H1.HeaderClassName
{
color: #F41ECC;
}
.AnyTagClassName
{
color: #F41ECC;
}
</style>
background-color css
<style>
a { background-color: #F41ECC; }
a { background-color: rgb(244,30,204); }
div.DivClassName
{
background-color: #F41ECC;
}
.BgClassName
{
background-color: #F41ECC;
}
</style>
border-color css
<style>
span { border-color: #F41ECC; }
span { border-color: rgb(244,30,204); }
td.TdClassName
{
border-color: #F41ECC;
}
.TagClassName
{
border-color: #F41ECC;
}
</style>