Shades of Shocking Pink #F41ECB
Tints of Shocking Pink #F41ECB
RGB
CMYK
RGB Variations
Color information
#F41ECB (or 0xF41ECB) is known color: Shocking Pink. HEX triplet: F4, 1E and CB. RGB value is (244,30,203). Sum of RGB (Red+Green+Blue) = 244+30+203=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ECB is #0BE134. Grayscale: #717171. Windows color (decimal): -778549 or 13311732. OLE color: 13311732.
HSL color Cylindrical-coordinate representation of color #F41ECB: hue angle of 311.5º 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 #F41ECB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 203 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.04 |
| HSL | 311.5º | 0.91% | 0.54% | - |
| HSV(B) | 311.5º | 0.88% | 0.96% | - |
| XYZ | 48.55 | 24.47 | 58.66 | - |
| YUV | 113.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 203 | 0 | 0.88 | 0.17 | 0.04 | 311.5 | 0.91 | 0.54 |
| Hex | F4 | 1E | CB | 0 | 58 | 11 | 4 | 137 | 5B | 36 |
| Octal | 364 | 36 | 313 | 0 | 130 | 21 | 4 | 467 | 133 | 66 |
| Binary | 11110100 | 11110 | 11001011 | 0 | 1011000 | 10001 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F41ECB
Complementary color
Monochromatic Colors of #F41ECB
Black with #F41ECB
Text Example
Text Example
White with #F41ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ECB; }
p { color: rgb(244,30,203); }
H1.HeaderClassName
{
color: #F41ECB;
}
.AnyTagClassName
{
color: #F41ECB;
}
</style>
background-color css
<style>
a { background-color: #F41ECB; }
a { background-color: rgb(244,30,203); }
div.DivClassName
{
background-color: #F41ECB;
}
.BgClassName
{
background-color: #F41ECB;
}
</style>
border-color css
<style>
span { border-color: #F41ECB; }
span { border-color: rgb(244,30,203); }
td.TdClassName
{
border-color: #F41ECB;
}
.TagClassName
{
border-color: #F41ECB;
}
</style>