Shades of Shocking Pink #F411C1
Tints of Shocking Pink #F411C1
RGB
CMYK
RGB Variations
Color information
#F411C1 (or 0xF411C1) is known color: Shocking Pink. HEX triplet: F4, 11 and C1. RGB value is (244,17,193). Sum of RGB (Red+Green+Blue) = 244+17+193=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F411C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411C1 is #0BEE3E. Grayscale: #686868. Windows color (decimal): -781887 or 12653044. OLE color: 12653044.
HSL color Cylindrical-coordinate representation of color #F411C1: hue angle of 313.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411C1 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 193 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.04 |
| HSL | 313.48º | 0.91% | 0.51% | - |
| HSV(B) | 313.48º | 0.93% | 0.96% | - |
| XYZ | 47.13 | 23.48 | 52.5 | - |
| YUV | 104.94 | 177.71 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 193 | 0 | 0.93 | 0.21 | 0.04 | 313.48 | 0.91 | 0.51 |
| Hex | F4 | 11 | C1 | 0 | 5D | 15 | 4 | 139 | 5B | 33 |
| Octal | 364 | 21 | 301 | 0 | 135 | 25 | 4 | 471 | 133 | 63 |
| Binary | 11110100 | 10001 | 11000001 | 0 | 1011101 | 10101 | 100 | 100111001 | 1011011 | 110011 |
Color Harmonies of #F411C1
Complementary color
Monochromatic Colors of #F411C1
Black with #F411C1
Text Example
Text Example
White with #F411C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411C1; }
p { color: rgb(244,17,193); }
H1.HeaderClassName
{
color: #F411C1;
}
.AnyTagClassName
{
color: #F411C1;
}
</style>
background-color css
<style>
a { background-color: #F411C1; }
a { background-color: rgb(244,17,193); }
div.DivClassName
{
background-color: #F411C1;
}
.BgClassName
{
background-color: #F411C1;
}
</style>
border-color css
<style>
span { border-color: #F411C1; }
span { border-color: rgb(244,17,193); }
td.TdClassName
{
border-color: #F411C1;
}
.TagClassName
{
border-color: #F411C1;
}
</style>