Shades of Shocking Pink #F41ED1
Tints of Shocking Pink #F41ED1
RGB
CMYK
RGB Variations
Color information
#F41ED1 (or 0xF41ED1) is known color: Shocking Pink. HEX triplet: F4, 1E and D1. RGB value is (244,30,209). Sum of RGB (Red+Green+Blue) = 244+30+209=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ED1 is #0BE12E. Grayscale: #717171. Windows color (decimal): -778543 or 13704948. OLE color: 13704948.
HSL color Cylindrical-coordinate representation of color #F41ED1: hue angle of 309.81º 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 #F41ED1 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 209 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.04 |
| HSL | 309.81º | 0.91% | 0.54% | - |
| HSV(B) | 309.81º | 0.88% | 0.96% | - |
| XYZ | 49.28 | 24.77 | 62.5 | - |
| YUV | 114.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 209 | 0 | 0.88 | 0.14 | 0.04 | 309.81 | 0.91 | 0.54 |
| Hex | F4 | 1E | D1 | 0 | 58 | E | 4 | 136 | 5B | 36 |
| Octal | 364 | 36 | 321 | 0 | 130 | 16 | 4 | 466 | 133 | 66 |
| Binary | 11110100 | 11110 | 11010001 | 0 | 1011000 | 1110 | 100 | 100110110 | 1011011 | 110110 |
Color Harmonies of #F41ED1
Complementary color
Monochromatic Colors of #F41ED1
Black with #F41ED1
Text Example
Text Example
White with #F41ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ED1; }
p { color: rgb(244,30,209); }
H1.HeaderClassName
{
color: #F41ED1;
}
.AnyTagClassName
{
color: #F41ED1;
}
</style>
background-color css
<style>
a { background-color: #F41ED1; }
a { background-color: rgb(244,30,209); }
div.DivClassName
{
background-color: #F41ED1;
}
.BgClassName
{
background-color: #F41ED1;
}
</style>
border-color css
<style>
span { border-color: #F41ED1; }
span { border-color: rgb(244,30,209); }
td.TdClassName
{
border-color: #F41ED1;
}
.TagClassName
{
border-color: #F41ED1;
}
</style>