Shades of Shocking Pink #F11ED0
Tints of Shocking Pink #F11ED0
RGB
CMYK
RGB Variations
Color information
#F11ED0 (or 0xF11ED0) is known color: Shocking Pink. HEX triplet: F1, 1E and D0. RGB value is (241,30,208). Sum of RGB (Red+Green+Blue) = 241+30+208=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ED0 is #0EE12F. Grayscale: #707070. Windows color (decimal): -975152 or 13639409. OLE color: 13639409.
HSL color Cylindrical-coordinate representation of color #F11ED0: hue angle of 309.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11ED0 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 208 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.38º | 0.88% | 0.53% | - |
| HSV(B) | 309.38º | 0.88% | 0.95% | - |
| XYZ | 48.13 | 24.18 | 61.81 | - |
| YUV | 113.38 | 181.4 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 208 | 0 | 0.88 | 0.14 | 0.05 | 309.38 | 0.88 | 0.53 |
| Hex | F1 | 1E | D0 | 0 | 58 | E | 5 | 135 | 58 | 35 |
| Octal | 361 | 36 | 320 | 0 | 130 | 16 | 5 | 465 | 130 | 65 |
| Binary | 11110001 | 11110 | 11010000 | 0 | 1011000 | 1110 | 101 | 100110101 | 1011000 | 110101 |
Color Harmonies of #F11ED0
Complementary color
Monochromatic Colors of #F11ED0
Black with #F11ED0
Text Example
Text Example
White with #F11ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ED0; }
p { color: rgb(241,30,208); }
H1.HeaderClassName
{
color: #F11ED0;
}
.AnyTagClassName
{
color: #F11ED0;
}
</style>
background-color css
<style>
a { background-color: #F11ED0; }
a { background-color: rgb(241,30,208); }
div.DivClassName
{
background-color: #F11ED0;
}
.BgClassName
{
background-color: #F11ED0;
}
</style>
border-color css
<style>
span { border-color: #F11ED0; }
span { border-color: rgb(241,30,208); }
td.TdClassName
{
border-color: #F11ED0;
}
.TagClassName
{
border-color: #F11ED0;
}
</style>