Shades of Shocking Pink #F409BA
Tints of Shocking Pink #F409BA
RGB
CMYK
RGB Variations
Color information
#F409BA (or 0xF409BA) is known color: Shocking Pink. HEX triplet: F4, 09 and BA. RGB value is (244,9,186). Sum of RGB (Red+Green+Blue) = 244+9+186=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F409BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409BA is #0BF645. Grayscale: #626262. Windows color (decimal): -783942 or 12192244. OLE color: 12192244.
HSL color Cylindrical-coordinate representation of color #F409BA: hue angle of 314.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F409BA is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.04 |
| HSL | 314.81º | 0.93% | 0.5% | - |
| HSV(B) | 314.81º | 0.96% | 0.96% | - |
| XYZ | 46.27 | 22.97 | 48.45 | - |
| YUV | 99.44 | 176.86 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 186 | 0 | 0.96 | 0.24 | 0.04 | 314.81 | 0.93 | 0.5 |
| Hex | F4 | 9 | BA | 0 | 60 | 18 | 4 | 13B | 5D | 32 |
| Octal | 364 | 11 | 272 | 0 | 140 | 30 | 4 | 473 | 135 | 62 |
| Binary | 11110100 | 1001 | 10111010 | 0 | 1100000 | 11000 | 100 | 100111011 | 1011101 | 110010 |
Color Harmonies of #F409BA
Complementary color
Monochromatic Colors of #F409BA
Black with #F409BA
Text Example
Text Example
White with #F409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409BA; }
p { color: rgb(244,9,186); }
H1.HeaderClassName
{
color: #F409BA;
}
.AnyTagClassName
{
color: #F409BA;
}
</style>
background-color css
<style>
a { background-color: #F409BA; }
a { background-color: rgb(244,9,186); }
div.DivClassName
{
background-color: #F409BA;
}
.BgClassName
{
background-color: #F409BA;
}
</style>
border-color css
<style>
span { border-color: #F409BA; }
span { border-color: rgb(244,9,186); }
td.TdClassName
{
border-color: #F409BA;
}
.TagClassName
{
border-color: #F409BA;
}
</style>