Shades of Shocking Pink #F411B2
Tints of Shocking Pink #F411B2
RGB
CMYK
RGB Variations
Color information
#F411B2 (or 0xF411B2) is known color: Shocking Pink. HEX triplet: F4, 11 and B2. RGB value is (244,17,178). Sum of RGB (Red+Green+Blue) = 244+17+178=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F411B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411B2 is #0BEE4D. Grayscale: #666666. Windows color (decimal): -781902 or 11670004. OLE color: 11670004.
HSL color Cylindrical-coordinate representation of color #F411B2: hue angle of 317.44º 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 #F411B2 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 178 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.04 |
| HSL | 317.44º | 0.91% | 0.51% | - |
| HSV(B) | 317.44º | 0.93% | 0.96% | - |
| XYZ | 45.54 | 22.85 | 44.13 | - |
| YUV | 103.23 | 170.21 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 178 | 0 | 0.93 | 0.27 | 0.04 | 317.44 | 0.91 | 0.51 |
| Hex | F4 | 11 | B2 | 0 | 5D | 1B | 4 | 13D | 5B | 33 |
| Octal | 364 | 21 | 262 | 0 | 135 | 33 | 4 | 475 | 133 | 63 |
| Binary | 11110100 | 10001 | 10110010 | 0 | 1011101 | 11011 | 100 | 100111101 | 1011011 | 110011 |
Color Harmonies of #F411B2
Complementary color
Monochromatic Colors of #F411B2
Black with #F411B2
Text Example
Text Example
White with #F411B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411B2; }
p { color: rgb(244,17,178); }
H1.HeaderClassName
{
color: #F411B2;
}
.AnyTagClassName
{
color: #F411B2;
}
</style>
background-color css
<style>
a { background-color: #F411B2; }
a { background-color: rgb(244,17,178); }
div.DivClassName
{
background-color: #F411B2;
}
.BgClassName
{
background-color: #F411B2;
}
</style>
border-color css
<style>
span { border-color: #F411B2; }
span { border-color: rgb(244,17,178); }
td.TdClassName
{
border-color: #F411B2;
}
.TagClassName
{
border-color: #F411B2;
}
</style>