Shades of Shocking Pink #F41DCA
Tints of Shocking Pink #F41DCA
RGB
CMYK
RGB Variations
Color information
#F41DCA (or 0xF41DCA) is known color: Shocking Pink. HEX triplet: F4, 1D and CA. RGB value is (244,29,202). Sum of RGB (Red+Green+Blue) = 244+29+202=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DCA is #0BE235. Grayscale: #707070. Windows color (decimal): -778806 or 13245940. OLE color: 13245940.
HSL color Cylindrical-coordinate representation of color #F41DCA: hue angle of 311.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DCA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 202 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.04 |
| HSL | 311.72º | 0.91% | 0.54% | - |
| HSV(B) | 311.72º | 0.88% | 0.96% | - |
| XYZ | 48.41 | 24.38 | 58.03 | - |
| YUV | 113.01 | 178.23 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 202 | 0 | 0.88 | 0.17 | 0.04 | 311.72 | 0.91 | 0.54 |
| Hex | F4 | 1D | CA | 0 | 58 | 11 | 4 | 138 | 5B | 36 |
| Octal | 364 | 35 | 312 | 0 | 130 | 21 | 4 | 470 | 133 | 66 |
| Binary | 11110100 | 11101 | 11001010 | 0 | 1011000 | 10001 | 100 | 100111000 | 1011011 | 110110 |
Color Harmonies of #F41DCA
Complementary color
Monochromatic Colors of #F41DCA
Black with #F41DCA
Text Example
Text Example
White with #F41DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DCA; }
p { color: rgb(244,29,202); }
H1.HeaderClassName
{
color: #F41DCA;
}
.AnyTagClassName
{
color: #F41DCA;
}
</style>
background-color css
<style>
a { background-color: #F41DCA; }
a { background-color: rgb(244,29,202); }
div.DivClassName
{
background-color: #F41DCA;
}
.BgClassName
{
background-color: #F41DCA;
}
</style>
border-color css
<style>
span { border-color: #F41DCA; }
span { border-color: rgb(244,29,202); }
td.TdClassName
{
border-color: #F41DCA;
}
.TagClassName
{
border-color: #F41DCA;
}
</style>