Shades of Shocking Pink #F409B2
Tints of Shocking Pink #F409B2
RGB
CMYK
RGB Variations
Color information
#F409B2 (or 0xF409B2) is known color: Shocking Pink. HEX triplet: F4, 09 and B2. RGB value is (244,9,178). Sum of RGB (Red+Green+Blue) = 244+9+178=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F409B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F409B2 is #0BF64D. Grayscale: #626262. Windows color (decimal): -783950 or 11667956. OLE color: 11667956.
HSL color Cylindrical-coordinate representation of color #F409B2: hue angle of 316.85º 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 #F409B2 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.04 |
| HSL | 316.85º | 0.93% | 0.5% | - |
| HSV(B) | 316.85º | 0.96% | 0.96% | - |
| XYZ | 45.44 | 22.64 | 44.09 | - |
| YUV | 98.53 | 172.86 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 178 | 0 | 0.96 | 0.27 | 0.04 | 316.85 | 0.93 | 0.5 |
| Hex | F4 | 9 | B2 | 0 | 60 | 1B | 4 | 13D | 5D | 32 |
| Octal | 364 | 11 | 262 | 0 | 140 | 33 | 4 | 475 | 135 | 62 |
| Binary | 11110100 | 1001 | 10110010 | 0 | 1100000 | 11011 | 100 | 100111101 | 1011101 | 110010 |
Color Harmonies of #F409B2
Complementary color
Monochromatic Colors of #F409B2
Black with #F409B2
Text Example
Text Example
White with #F409B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409B2; }
p { color: rgb(244,9,178); }
H1.HeaderClassName
{
color: #F409B2;
}
.AnyTagClassName
{
color: #F409B2;
}
</style>
background-color css
<style>
a { background-color: #F409B2; }
a { background-color: rgb(244,9,178); }
div.DivClassName
{
background-color: #F409B2;
}
.BgClassName
{
background-color: #F409B2;
}
</style>
border-color css
<style>
span { border-color: #F409B2; }
span { border-color: rgb(244,9,178); }
td.TdClassName
{
border-color: #F409B2;
}
.TagClassName
{
border-color: #F409B2;
}
</style>