Shades of Deep Pink #F41F7C
Tints of Deep Pink #F41F7C
RGB
CMYK
RGB Variations
Color information
#F41F7C (or 0xF41F7C) is known color: Deep Pink. HEX triplet: F4, 1F and 7C. RGB value is (244,31,124). Sum of RGB (Red+Green+Blue) = 244+31+124=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F7C is #0BE083. Grayscale: #696969. Windows color (decimal): -778372 or 8134644. OLE color: 8134644.
HSL color Cylindrical-coordinate representation of color #F41F7C: hue angle of 333.8º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F41F7C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 124 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.04 |
| HSL | 333.8º | 0.91% | 0.54% | - |
| HSV(B) | 333.8º | 0.87% | 0.96% | - |
| XYZ | 41.44 | 21.67 | 21.07 | - |
| YUV | 105.29 | 138.57 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 124 | 0 | 0.87 | 0.49 | 0.04 | 333.8 | 0.91 | 0.54 |
| Hex | F4 | 1F | 7C | 0 | 57 | 31 | 4 | 14E | 5B | 36 |
| Octal | 364 | 37 | 174 | 0 | 127 | 61 | 4 | 516 | 133 | 66 |
| Binary | 11110100 | 11111 | 1111100 | 0 | 1010111 | 110001 | 100 | 101001110 | 1011011 | 110110 |
Color Harmonies of #F41F7C
Complementary color
Monochromatic Colors of #F41F7C
Black with #F41F7C
Text Example
Text Example
White with #F41F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F7C; }
p { color: rgb(244,31,124); }
H1.HeaderClassName
{
color: #F41F7C;
}
.AnyTagClassName
{
color: #F41F7C;
}
</style>
background-color css
<style>
a { background-color: #F41F7C; }
a { background-color: rgb(244,31,124); }
div.DivClassName
{
background-color: #F41F7C;
}
.BgClassName
{
background-color: #F41F7C;
}
</style>
border-color css
<style>
span { border-color: #F41F7C; }
span { border-color: rgb(244,31,124); }
td.TdClassName
{
border-color: #F41F7C;
}
.TagClassName
{
border-color: #F41F7C;
}
</style>