Shades of Deep Pink #F41F7B
Tints of Deep Pink #F41F7B
RGB
CMYK
RGB Variations
Color information
#F41F7B (or 0xF41F7B) is known color: Deep Pink. HEX triplet: F4, 1F and 7B. RGB value is (244,31,123). Sum of RGB (Red+Green+Blue) = 244+31+123=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F7B is #0BE084. Grayscale: #696969. Windows color (decimal): -778373 or 8069108. OLE color: 8069108.
HSL color Cylindrical-coordinate representation of color #F41F7B: hue angle of 334.08º 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 #F41F7B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 123 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.04 |
| HSL | 334.08º | 0.91% | 0.54% | - |
| HSV(B) | 334.08º | 0.87% | 0.96% | - |
| XYZ | 41.37 | 21.64 | 20.74 | - |
| YUV | 105.18 | 138.07 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 123 | 0 | 0.87 | 0.50 | 0.04 | 334.08 | 0.91 | 0.54 |
| Hex | F4 | 1F | 7B | 0 | 57 | 32 | 4 | 14E | 5B | 36 |
| Octal | 364 | 37 | 173 | 0 | 127 | 62 | 4 | 516 | 133 | 66 |
| Binary | 11110100 | 11111 | 1111011 | 0 | 1010111 | 110010 | 100 | 101001110 | 1011011 | 110110 |
Color Harmonies of #F41F7B
Complementary color
Monochromatic Colors of #F41F7B
Black with #F41F7B
Text Example
Text Example
White with #F41F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F7B; }
p { color: rgb(244,31,123); }
H1.HeaderClassName
{
color: #F41F7B;
}
.AnyTagClassName
{
color: #F41F7B;
}
</style>
background-color css
<style>
a { background-color: #F41F7B; }
a { background-color: rgb(244,31,123); }
div.DivClassName
{
background-color: #F41F7B;
}
.BgClassName
{
background-color: #F41F7B;
}
</style>
border-color css
<style>
span { border-color: #F41F7B; }
span { border-color: rgb(244,31,123); }
td.TdClassName
{
border-color: #F41F7B;
}
.TagClassName
{
border-color: #F41F7B;
}
</style>