Shades of Shocking Pink #F411D0
Tints of Shocking Pink #F411D0
RGB
CMYK
RGB Variations
Color information
#F411D0 (or 0xF411D0) is known color: Shocking Pink. HEX triplet: F4, 11 and D0. RGB value is (244,17,208). Sum of RGB (Red+Green+Blue) = 244+17+208=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F411D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411D0 is #0BEE2F. Grayscale: #6A6A6A. Windows color (decimal): -781872 or 13636084. OLE color: 13636084.
HSL color Cylindrical-coordinate representation of color #F411D0: hue angle of 309.52º 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 #F411D0 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.04 |
| HSL | 309.52º | 0.91% | 0.51% | - |
| HSV(B) | 309.52º | 0.93% | 0.96% | - |
| XYZ | 48.89 | 24.19 | 61.77 | - |
| YUV | 106.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 208 | 0 | 0.93 | 0.15 | 0.04 | 309.52 | 0.91 | 0.51 |
| Hex | F4 | 11 | D0 | 0 | 5D | F | 4 | 136 | 5B | 33 |
| Octal | 364 | 21 | 320 | 0 | 135 | 17 | 4 | 466 | 133 | 63 |
| Binary | 11110100 | 10001 | 11010000 | 0 | 1011101 | 1111 | 100 | 100110110 | 1011011 | 110011 |
Color Harmonies of #F411D0
Complementary color
Monochromatic Colors of #F411D0
Black with #F411D0
Text Example
Text Example
White with #F411D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411D0; }
p { color: rgb(244,17,208); }
H1.HeaderClassName
{
color: #F411D0;
}
.AnyTagClassName
{
color: #F411D0;
}
</style>
background-color css
<style>
a { background-color: #F411D0; }
a { background-color: rgb(244,17,208); }
div.DivClassName
{
background-color: #F411D0;
}
.BgClassName
{
background-color: #F411D0;
}
</style>
border-color css
<style>
span { border-color: #F411D0; }
span { border-color: rgb(244,17,208); }
td.TdClassName
{
border-color: #F411D0;
}
.TagClassName
{
border-color: #F411D0;
}
</style>