Shades of Shocking Pink #F41ECE
Tints of Shocking Pink #F41ECE
RGB
CMYK
RGB Variations
Color information
#F41ECE (or 0xF41ECE) is known color: Shocking Pink. HEX triplet: F4, 1E and CE. RGB value is (244,30,206). Sum of RGB (Red+Green+Blue) = 244+30+206=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ECE is #0BE131. Grayscale: #717171. Windows color (decimal): -778546 or 13508340. OLE color: 13508340.
HSL color Cylindrical-coordinate representation of color #F41ECE: hue angle of 310.65º 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 #F41ECE is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 206 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.04 |
| HSL | 310.65º | 0.91% | 0.54% | - |
| HSV(B) | 310.65º | 0.88% | 0.96% | - |
| XYZ | 48.91 | 24.62 | 60.57 | - |
| YUV | 114.05 | 179.9 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 206 | 0 | 0.88 | 0.16 | 0.04 | 310.65 | 0.91 | 0.54 |
| Hex | F4 | 1E | CE | 0 | 58 | 10 | 4 | 137 | 5B | 36 |
| Octal | 364 | 36 | 316 | 0 | 130 | 20 | 4 | 467 | 133 | 66 |
| Binary | 11110100 | 11110 | 11001110 | 0 | 1011000 | 10000 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F41ECE
Complementary color
Monochromatic Colors of #F41ECE
Black with #F41ECE
Text Example
Text Example
White with #F41ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ECE; }
p { color: rgb(244,30,206); }
H1.HeaderClassName
{
color: #F41ECE;
}
.AnyTagClassName
{
color: #F41ECE;
}
</style>
background-color css
<style>
a { background-color: #F41ECE; }
a { background-color: rgb(244,30,206); }
div.DivClassName
{
background-color: #F41ECE;
}
.BgClassName
{
background-color: #F41ECE;
}
</style>
border-color css
<style>
span { border-color: #F41ECE; }
span { border-color: rgb(244,30,206); }
td.TdClassName
{
border-color: #F41ECE;
}
.TagClassName
{
border-color: #F41ECE;
}
</style>