Shades of Shocking Pink #F411CA
Tints of Shocking Pink #F411CA
RGB
CMYK
RGB Variations
Color information
#F411CA (or 0xF411CA) is known color: Shocking Pink. HEX triplet: F4, 11 and CA. RGB value is (244,17,202). Sum of RGB (Red+Green+Blue) = 244+17+202=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F411CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411CA is #0BEE35. Grayscale: #696969. Windows color (decimal): -781878 or 13242868. OLE color: 13242868.
HSL color Cylindrical-coordinate representation of color #F411CA: hue angle of 311.1º 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 #F411CA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.04 |
| HSL | 311.1º | 0.91% | 0.51% | - |
| HSV(B) | 311.1º | 0.93% | 0.96% | - |
| XYZ | 48.17 | 23.9 | 57.95 | - |
| YUV | 105.96 | 182.21 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 202 | 0 | 0.93 | 0.17 | 0.04 | 311.1 | 0.91 | 0.51 |
| Hex | F4 | 11 | CA | 0 | 5D | 11 | 4 | 137 | 5B | 33 |
| Octal | 364 | 21 | 312 | 0 | 135 | 21 | 4 | 467 | 133 | 63 |
| Binary | 11110100 | 10001 | 11001010 | 0 | 1011101 | 10001 | 100 | 100110111 | 1011011 | 110011 |
Color Harmonies of #F411CA
Complementary color
Monochromatic Colors of #F411CA
Black with #F411CA
Text Example
Text Example
White with #F411CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411CA; }
p { color: rgb(244,17,202); }
H1.HeaderClassName
{
color: #F411CA;
}
.AnyTagClassName
{
color: #F411CA;
}
</style>
background-color css
<style>
a { background-color: #F411CA; }
a { background-color: rgb(244,17,202); }
div.DivClassName
{
background-color: #F411CA;
}
.BgClassName
{
background-color: #F411CA;
}
</style>
border-color css
<style>
span { border-color: #F411CA; }
span { border-color: rgb(244,17,202); }
td.TdClassName
{
border-color: #F411CA;
}
.TagClassName
{
border-color: #F411CA;
}
</style>