Shades of Shocking Pink #F409C3
Tints of Shocking Pink #F409C3
RGB
CMYK
RGB Variations
Color information
#F409C3 (or 0xF409C3) is known color: Shocking Pink. HEX triplet: F4, 09 and C3. RGB value is (244,9,195). Sum of RGB (Red+Green+Blue) = 244+9+195=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F409C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409C3 is #0BF63C. Grayscale: #636363. Windows color (decimal): -783933 or 12782068. OLE color: 12782068.
HSL color Cylindrical-coordinate representation of color #F409C3: hue angle of 312.51º 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 #F409C3 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 195 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.04 |
| HSL | 312.51º | 0.93% | 0.5% | - |
| HSV(B) | 312.51º | 0.96% | 0.96% | - |
| XYZ | 47.26 | 23.37 | 53.65 | - |
| YUV | 100.47 | 181.36 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 195 | 0 | 0.96 | 0.20 | 0.04 | 312.51 | 0.93 | 0.5 |
| Hex | F4 | 9 | C3 | 0 | 60 | 14 | 4 | 139 | 5D | 32 |
| Octal | 364 | 11 | 303 | 0 | 140 | 24 | 4 | 471 | 135 | 62 |
| Binary | 11110100 | 1001 | 11000011 | 0 | 1100000 | 10100 | 100 | 100111001 | 1011101 | 110010 |
Color Harmonies of #F409C3
Complementary color
Monochromatic Colors of #F409C3
Black with #F409C3
Text Example
Text Example
White with #F409C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409C3; }
p { color: rgb(244,9,195); }
H1.HeaderClassName
{
color: #F409C3;
}
.AnyTagClassName
{
color: #F409C3;
}
</style>
background-color css
<style>
a { background-color: #F409C3; }
a { background-color: rgb(244,9,195); }
div.DivClassName
{
background-color: #F409C3;
}
.BgClassName
{
background-color: #F409C3;
}
</style>
border-color css
<style>
span { border-color: #F409C3; }
span { border-color: rgb(244,9,195); }
td.TdClassName
{
border-color: #F409C3;
}
.TagClassName
{
border-color: #F409C3;
}
</style>