Shades of Shocking Pink #F409BC
Tints of Shocking Pink #F409BC
RGB
CMYK
RGB Variations
Color information
#F409BC (or 0xF409BC) is known color: Shocking Pink. HEX triplet: F4, 09 and BC. RGB value is (244,9,188). Sum of RGB (Red+Green+Blue) = 244+9+188=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F409BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409BC is #0BF643. Grayscale: #636363. Windows color (decimal): -783940 or 12323316. OLE color: 12323316.
HSL color Cylindrical-coordinate representation of color #F409BC: hue angle of 314.3º 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 #F409BC is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.3º | 0.93% | 0.5% | - |
| HSV(B) | 314.3º | 0.96% | 0.96% | - |
| XYZ | 46.48 | 23.06 | 49.58 | - |
| YUV | 99.67 | 177.86 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 188 | 0 | 0.96 | 0.23 | 0.04 | 314.3 | 0.93 | 0.5 |
| Hex | F4 | 9 | BC | 0 | 60 | 17 | 4 | 13A | 5D | 32 |
| Octal | 364 | 11 | 274 | 0 | 140 | 27 | 4 | 472 | 135 | 62 |
| Binary | 11110100 | 1001 | 10111100 | 0 | 1100000 | 10111 | 100 | 100111010 | 1011101 | 110010 |
Color Harmonies of #F409BC
Complementary color
Monochromatic Colors of #F409BC
Black with #F409BC
Text Example
Text Example
White with #F409BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409BC; }
p { color: rgb(244,9,188); }
H1.HeaderClassName
{
color: #F409BC;
}
.AnyTagClassName
{
color: #F409BC;
}
</style>
background-color css
<style>
a { background-color: #F409BC; }
a { background-color: rgb(244,9,188); }
div.DivClassName
{
background-color: #F409BC;
}
.BgClassName
{
background-color: #F409BC;
}
</style>
border-color css
<style>
span { border-color: #F409BC; }
span { border-color: rgb(244,9,188); }
td.TdClassName
{
border-color: #F409BC;
}
.TagClassName
{
border-color: #F409BC;
}
</style>