Shades of Shocking Pink #F41DC0
Tints of Shocking Pink #F41DC0
RGB
CMYK
RGB Variations
Color information
#F41DC0 (or 0xF41DC0) is known color: Shocking Pink. HEX triplet: F4, 1D and C0. RGB value is (244,29,192). Sum of RGB (Red+Green+Blue) = 244+29+192=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DC0 is #0BE23F. Grayscale: #6F6F6F. Windows color (decimal): -778816 or 12590580. OLE color: 12590580.
HSL color Cylindrical-coordinate representation of color #F41DC0: hue angle of 314.51º 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 #F41DC0 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 192 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.04 |
| HSL | 314.51º | 0.91% | 0.54% | - |
| HSV(B) | 314.51º | 0.88% | 0.96% | - |
| XYZ | 47.26 | 23.92 | 51.99 | - |
| YUV | 111.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 192 | 0 | 0.88 | 0.21 | 0.04 | 314.51 | 0.91 | 0.54 |
| Hex | F4 | 1D | C0 | 0 | 58 | 15 | 4 | 13B | 5B | 36 |
| Octal | 364 | 35 | 300 | 0 | 130 | 25 | 4 | 473 | 133 | 66 |
| Binary | 11110100 | 11101 | 11000000 | 0 | 1011000 | 10101 | 100 | 100111011 | 1011011 | 110110 |
Color Harmonies of #F41DC0
Complementary color
Monochromatic Colors of #F41DC0
Black with #F41DC0
Text Example
Text Example
White with #F41DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DC0; }
p { color: rgb(244,29,192); }
H1.HeaderClassName
{
color: #F41DC0;
}
.AnyTagClassName
{
color: #F41DC0;
}
</style>
background-color css
<style>
a { background-color: #F41DC0; }
a { background-color: rgb(244,29,192); }
div.DivClassName
{
background-color: #F41DC0;
}
.BgClassName
{
background-color: #F41DC0;
}
</style>
border-color css
<style>
span { border-color: #F41DC0; }
span { border-color: rgb(244,29,192); }
td.TdClassName
{
border-color: #F41DC0;
}
.TagClassName
{
border-color: #F41DC0;
}
</style>