Shades of Shocking Pink #F11DC5
Tints of Shocking Pink #F11DC5
RGB
CMYK
RGB Variations
Color information
#F11DC5 (or 0xF11DC5) is known color: Shocking Pink. HEX triplet: F1, 1D and C5. RGB value is (241,29,197). Sum of RGB (Red+Green+Blue) = 241+29+197=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DC5 is #0EE23A. Grayscale: #6F6F6F. Windows color (decimal): -975419 or 12918257. OLE color: 12918257.
HSL color Cylindrical-coordinate representation of color #F11DC5: hue angle of 312.45º 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 #F11DC5 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 197 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.05 |
| HSL | 312.45º | 0.88% | 0.53% | - |
| HSV(B) | 312.45º | 0.88% | 0.95% | - |
| XYZ | 46.79 | 23.61 | 54.91 | - |
| YUV | 111.54 | 176.24 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 197 | 0 | 0.88 | 0.18 | 0.05 | 312.45 | 0.88 | 0.53 |
| Hex | F1 | 1D | C5 | 0 | 58 | 12 | 5 | 138 | 58 | 35 |
| Octal | 361 | 35 | 305 | 0 | 130 | 22 | 5 | 470 | 130 | 65 |
| Binary | 11110001 | 11101 | 11000101 | 0 | 1011000 | 10010 | 101 | 100111000 | 1011000 | 110101 |
Color Harmonies of #F11DC5
Complementary color
Monochromatic Colors of #F11DC5
Black with #F11DC5
Text Example
Text Example
White with #F11DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DC5; }
p { color: rgb(241,29,197); }
H1.HeaderClassName
{
color: #F11DC5;
}
.AnyTagClassName
{
color: #F11DC5;
}
</style>
background-color css
<style>
a { background-color: #F11DC5; }
a { background-color: rgb(241,29,197); }
div.DivClassName
{
background-color: #F11DC5;
}
.BgClassName
{
background-color: #F11DC5;
}
</style>
border-color css
<style>
span { border-color: #F11DC5; }
span { border-color: rgb(241,29,197); }
td.TdClassName
{
border-color: #F11DC5;
}
.TagClassName
{
border-color: #F11DC5;
}
</style>