Shades of Shocking Pink #F409C1
Tints of Shocking Pink #F409C1
RGB
CMYK
RGB Variations
Color information
#F409C1 (or 0xF409C1) is known color: Shocking Pink. HEX triplet: F4, 09 and C1. RGB value is (244,9,193). Sum of RGB (Red+Green+Blue) = 244+9+193=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F409C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409C1 is #0BF63E. Grayscale: #636363. Windows color (decimal): -783935 or 12650996. OLE color: 12650996.
HSL color Cylindrical-coordinate representation of color #F409C1: hue angle of 313.02º 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 #F409C1 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.04 |
| HSL | 313.02º | 0.93% | 0.5% | - |
| HSV(B) | 313.02º | 0.96% | 0.96% | - |
| XYZ | 47.03 | 23.28 | 52.47 | - |
| YUV | 100.24 | 180.36 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 193 | 0 | 0.96 | 0.21 | 0.04 | 313.02 | 0.93 | 0.5 |
| Hex | F4 | 9 | C1 | 0 | 60 | 15 | 4 | 139 | 5D | 32 |
| Octal | 364 | 11 | 301 | 0 | 140 | 25 | 4 | 471 | 135 | 62 |
| Binary | 11110100 | 1001 | 11000001 | 0 | 1100000 | 10101 | 100 | 100111001 | 1011101 | 110010 |
Color Harmonies of #F409C1
Complementary color
Monochromatic Colors of #F409C1
Black with #F409C1
Text Example
Text Example
White with #F409C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409C1; }
p { color: rgb(244,9,193); }
H1.HeaderClassName
{
color: #F409C1;
}
.AnyTagClassName
{
color: #F409C1;
}
</style>
background-color css
<style>
a { background-color: #F409C1; }
a { background-color: rgb(244,9,193); }
div.DivClassName
{
background-color: #F409C1;
}
.BgClassName
{
background-color: #F409C1;
}
</style>
border-color css
<style>
span { border-color: #F409C1; }
span { border-color: rgb(244,9,193); }
td.TdClassName
{
border-color: #F409C1;
}
.TagClassName
{
border-color: #F409C1;
}
</style>