Shades of Shocking Pink #F11DCD
Tints of Shocking Pink #F11DCD
RGB
CMYK
RGB Variations
Color information
#F11DCD (or 0xF11DCD) is known color: Shocking Pink. HEX triplet: F1, 1D and CD. RGB value is (241,29,205). Sum of RGB (Red+Green+Blue) = 241+29+205=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DCD is #0EE232. Grayscale: #6F6F6F. Windows color (decimal): -975411 or 13442545. OLE color: 13442545.
HSL color Cylindrical-coordinate representation of color #F11DCD: hue angle of 310.19º 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 #F11DCD is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 310.19º | 0.88% | 0.53% | - |
| HSV(B) | 310.19º | 0.88% | 0.95% | - |
| XYZ | 47.73 | 23.99 | 59.87 | - |
| YUV | 112.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 205 | 0 | 0.88 | 0.15 | 0.05 | 310.19 | 0.88 | 0.53 |
| Hex | F1 | 1D | CD | 0 | 58 | F | 5 | 136 | 58 | 35 |
| Octal | 361 | 35 | 315 | 0 | 130 | 17 | 5 | 466 | 130 | 65 |
| Binary | 11110001 | 11101 | 11001101 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F11DCD
Complementary color
Monochromatic Colors of #F11DCD
Black with #F11DCD
Text Example
Text Example
White with #F11DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DCD; }
p { color: rgb(241,29,205); }
H1.HeaderClassName
{
color: #F11DCD;
}
.AnyTagClassName
{
color: #F11DCD;
}
</style>
background-color css
<style>
a { background-color: #F11DCD; }
a { background-color: rgb(241,29,205); }
div.DivClassName
{
background-color: #F11DCD;
}
.BgClassName
{
background-color: #F11DCD;
}
</style>
border-color css
<style>
span { border-color: #F11DCD; }
span { border-color: rgb(241,29,205); }
td.TdClassName
{
border-color: #F11DCD;
}
.TagClassName
{
border-color: #F11DCD;
}
</style>