Shades of Shocking Pink #F406BA
Tints of Shocking Pink #F406BA
RGB
CMYK
RGB Variations
Color information
#F406BA (or 0xF406BA) is known color: Shocking Pink. HEX triplet: F4, 06 and BA. RGB value is (244,6,186). Sum of RGB (Red+Green+Blue) = 244+6+186=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F406BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F406BA is #0BF945. Grayscale: #616161. Windows color (decimal): -784710 or 12191476. OLE color: 12191476.
HSL color Cylindrical-coordinate representation of color #F406BA: hue angle of 314.62º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406BA is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 186 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.04 |
| HSL | 314.62º | 0.95% | 0.49% | - |
| HSV(B) | 314.62º | 0.98% | 0.96% | - |
| XYZ | 46.24 | 22.91 | 48.44 | - |
| YUV | 97.68 | 177.85 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 186 | 0 | 0.98 | 0.24 | 0.04 | 314.62 | 0.95 | 0.49 |
| Hex | F4 | 6 | BA | 0 | 62 | 18 | 4 | 13B | 5F | 31 |
| Octal | 364 | 6 | 272 | 0 | 142 | 30 | 4 | 473 | 137 | 61 |
| Binary | 11110100 | 110 | 10111010 | 0 | 1100010 | 11000 | 100 | 100111011 | 1011111 | 110001 |
Color Harmonies of #F406BA
Complementary color
Monochromatic Colors of #F406BA
Black with #F406BA
Text Example
Text Example
White with #F406BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406BA; }
p { color: rgb(244,6,186); }
H1.HeaderClassName
{
color: #F406BA;
}
.AnyTagClassName
{
color: #F406BA;
}
</style>
background-color css
<style>
a { background-color: #F406BA; }
a { background-color: rgb(244,6,186); }
div.DivClassName
{
background-color: #F406BA;
}
.BgClassName
{
background-color: #F406BA;
}
</style>
border-color css
<style>
span { border-color: #F406BA; }
span { border-color: rgb(244,6,186); }
td.TdClassName
{
border-color: #F406BA;
}
.TagClassName
{
border-color: #F406BA;
}
</style>