Shades of Shocking Pink #F409C8
Tints of Shocking Pink #F409C8
RGB
CMYK
RGB Variations
Color information
#F409C8 (or 0xF409C8) is known color: Shocking Pink. HEX triplet: F4, 09 and C8. RGB value is (244,9,200). Sum of RGB (Red+Green+Blue) = 244+9+200=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F409C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409C8 is #0BF637. Grayscale: #646464. Windows color (decimal): -783928 or 13109748. OLE color: 13109748.
HSL color Cylindrical-coordinate representation of color #F409C8: hue angle of 311.23º 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 #F409C8 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.04 |
| HSL | 311.23º | 0.93% | 0.5% | - |
| HSV(B) | 311.23º | 0.96% | 0.96% | - |
| XYZ | 47.83 | 23.6 | 56.68 | - |
| YUV | 101.04 | 183.86 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 200 | 0 | 0.96 | 0.18 | 0.04 | 311.23 | 0.93 | 0.5 |
| Hex | F4 | 9 | C8 | 0 | 60 | 12 | 4 | 137 | 5D | 32 |
| Octal | 364 | 11 | 310 | 0 | 140 | 22 | 4 | 467 | 135 | 62 |
| Binary | 11110100 | 1001 | 11001000 | 0 | 1100000 | 10010 | 100 | 100110111 | 1011101 | 110010 |
Color Harmonies of #F409C8
Complementary color
Monochromatic Colors of #F409C8
Black with #F409C8
Text Example
Text Example
White with #F409C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409C8; }
p { color: rgb(244,9,200); }
H1.HeaderClassName
{
color: #F409C8;
}
.AnyTagClassName
{
color: #F409C8;
}
</style>
background-color css
<style>
a { background-color: #F409C8; }
a { background-color: rgb(244,9,200); }
div.DivClassName
{
background-color: #F409C8;
}
.BgClassName
{
background-color: #F409C8;
}
</style>
border-color css
<style>
span { border-color: #F409C8; }
span { border-color: rgb(244,9,200); }
td.TdClassName
{
border-color: #F409C8;
}
.TagClassName
{
border-color: #F409C8;
}
</style>