Shades of Shocking Pink #F10ECD
Tints of Shocking Pink #F10ECD
RGB
CMYK
RGB Variations
Color information
#F10ECD (or 0xF10ECD) is known color: Shocking Pink. HEX triplet: F1, 0E and CD. RGB value is (241,14,205). Sum of RGB (Red+Green+Blue) = 241+14+205=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ECD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ECD is #0EF132. Grayscale: #676767. Windows color (decimal): -979251 or 13438705. OLE color: 13438705.
HSL color Cylindrical-coordinate representation of color #F10ECD: hue angle of 309.52º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10ECD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.52º | 0.89% | 0.5% | - |
| HSV(B) | 309.52º | 0.94% | 0.95% | - |
| XYZ | 47.45 | 23.42 | 59.78 | - |
| YUV | 103.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 205 | 0 | 0.94 | 0.15 | 0.05 | 309.52 | 0.89 | 0.5 |
| Hex | F1 | E | CD | 0 | 5E | F | 5 | 136 | 59 | 32 |
| Octal | 361 | 16 | 315 | 0 | 136 | 17 | 5 | 466 | 131 | 62 |
| Binary | 11110001 | 1110 | 11001101 | 0 | 1011110 | 1111 | 101 | 100110110 | 1011001 | 110010 |
Color Harmonies of #F10ECD
Complementary color
Monochromatic Colors of #F10ECD
Black with #F10ECD
Text Example
Text Example
White with #F10ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10ECD; }
p { color: rgb(241,14,205); }
H1.HeaderClassName
{
color: #F10ECD;
}
.AnyTagClassName
{
color: #F10ECD;
}
</style>
background-color css
<style>
a { background-color: #F10ECD; }
a { background-color: rgb(241,14,205); }
div.DivClassName
{
background-color: #F10ECD;
}
.BgClassName
{
background-color: #F10ECD;
}
</style>
border-color css
<style>
span { border-color: #F10ECD; }
span { border-color: rgb(241,14,205); }
td.TdClassName
{
border-color: #F10ECD;
}
.TagClassName
{
border-color: #F10ECD;
}
</style>