Shades of Shocking Pink #F411C5
Tints of Shocking Pink #F411C5
RGB
CMYK
RGB Variations
Color information
#F411C5 (or 0xF411C5) is known color: Shocking Pink. HEX triplet: F4, 11 and C5. RGB value is (244,17,197). Sum of RGB (Red+Green+Blue) = 244+17+197=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F411C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411C5 is #0BEE3A. Grayscale: #686868. Windows color (decimal): -781883 or 12915188. OLE color: 12915188.
HSL color Cylindrical-coordinate representation of color #F411C5: hue angle of 312.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411C5 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 197 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.04 |
| HSL | 312.42º | 0.91% | 0.51% | - |
| HSV(B) | 312.42º | 0.93% | 0.96% | - |
| XYZ | 47.59 | 23.67 | 54.88 | - |
| YUV | 105.39 | 179.71 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 197 | 0 | 0.93 | 0.19 | 0.04 | 312.42 | 0.91 | 0.51 |
| Hex | F4 | 11 | C5 | 0 | 5D | 13 | 4 | 138 | 5B | 33 |
| Octal | 364 | 21 | 305 | 0 | 135 | 23 | 4 | 470 | 133 | 63 |
| Binary | 11110100 | 10001 | 11000101 | 0 | 1011101 | 10011 | 100 | 100111000 | 1011011 | 110011 |
Color Harmonies of #F411C5
Complementary color
Monochromatic Colors of #F411C5
Black with #F411C5
Text Example
Text Example
White with #F411C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411C5; }
p { color: rgb(244,17,197); }
H1.HeaderClassName
{
color: #F411C5;
}
.AnyTagClassName
{
color: #F411C5;
}
</style>
background-color css
<style>
a { background-color: #F411C5; }
a { background-color: rgb(244,17,197); }
div.DivClassName
{
background-color: #F411C5;
}
.BgClassName
{
background-color: #F411C5;
}
</style>
border-color css
<style>
span { border-color: #F411C5; }
span { border-color: rgb(244,17,197); }
td.TdClassName
{
border-color: #F411C5;
}
.TagClassName
{
border-color: #F411C5;
}
</style>