Shades of Shocking Pink #F411BA
Tints of Shocking Pink #F411BA
RGB
CMYK
RGB Variations
Color information
#F411BA (or 0xF411BA) is known color: Shocking Pink. HEX triplet: F4, 11 and BA. RGB value is (244,17,186). Sum of RGB (Red+Green+Blue) = 244+17+186=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F411BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411BA is #0BEE45. Grayscale: #676767. Windows color (decimal): -781894 or 12194292. OLE color: 12194292.
HSL color Cylindrical-coordinate representation of color #F411BA: hue angle of 315.33º 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 #F411BA is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 186 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.04 |
| HSL | 315.33º | 0.91% | 0.51% | - |
| HSV(B) | 315.33º | 0.93% | 0.96% | - |
| XYZ | 46.37 | 23.18 | 48.48 | - |
| YUV | 104.14 | 174.21 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 186 | 0 | 0.93 | 0.24 | 0.04 | 315.33 | 0.91 | 0.51 |
| Hex | F4 | 11 | BA | 0 | 5D | 18 | 4 | 13B | 5B | 33 |
| Octal | 364 | 21 | 272 | 0 | 135 | 30 | 4 | 473 | 133 | 63 |
| Binary | 11110100 | 10001 | 10111010 | 0 | 1011101 | 11000 | 100 | 100111011 | 1011011 | 110011 |
Color Harmonies of #F411BA
Complementary color
Monochromatic Colors of #F411BA
Black with #F411BA
Text Example
Text Example
White with #F411BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411BA; }
p { color: rgb(244,17,186); }
H1.HeaderClassName
{
color: #F411BA;
}
.AnyTagClassName
{
color: #F411BA;
}
</style>
background-color css
<style>
a { background-color: #F411BA; }
a { background-color: rgb(244,17,186); }
div.DivClassName
{
background-color: #F411BA;
}
.BgClassName
{
background-color: #F411BA;
}
</style>
border-color css
<style>
span { border-color: #F411BA; }
span { border-color: rgb(244,17,186); }
td.TdClassName
{
border-color: #F411BA;
}
.TagClassName
{
border-color: #F411BA;
}
</style>