Shades of Deep Pink #F41D89
Tints of Deep Pink #F41D89
RGB
CMYK
RGB Variations
Color information
#F41D89 (or 0xF41D89) is known color: Deep Pink. HEX triplet: F4, 1D and 89. RGB value is (244,29,137). Sum of RGB (Red+Green+Blue) = 244+29+137=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41D89 is #0BE276. Grayscale: #696969. Windows color (decimal): -778871 or 8986100. OLE color: 8986100.
HSL color Cylindrical-coordinate representation of color #F41D89: hue angle of 329.86º 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 #F41D89 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 137 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.04 |
| HSL | 329.86º | 0.91% | 0.54% | - |
| HSV(B) | 329.86º | 0.88% | 0.96% | - |
| XYZ | 42.26 | 21.92 | 25.67 | - |
| YUV | 105.6 | 145.73 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 137 | 0 | 0.88 | 0.44 | 0.04 | 329.86 | 0.91 | 0.54 |
| Hex | F4 | 1D | 89 | 0 | 58 | 2C | 4 | 14A | 5B | 36 |
| Octal | 364 | 35 | 211 | 0 | 130 | 54 | 4 | 512 | 133 | 66 |
| Binary | 11110100 | 11101 | 10001001 | 0 | 1011000 | 101100 | 100 | 101001010 | 1011011 | 110110 |
Color Harmonies of #F41D89
Complementary color
Monochromatic Colors of #F41D89
Black with #F41D89
Text Example
Text Example
White with #F41D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D89; }
p { color: rgb(244,29,137); }
H1.HeaderClassName
{
color: #F41D89;
}
.AnyTagClassName
{
color: #F41D89;
}
</style>
background-color css
<style>
a { background-color: #F41D89; }
a { background-color: rgb(244,29,137); }
div.DivClassName
{
background-color: #F41D89;
}
.BgClassName
{
background-color: #F41D89;
}
</style>
border-color css
<style>
span { border-color: #F41D89; }
span { border-color: rgb(244,29,137); }
td.TdClassName
{
border-color: #F41D89;
}
.TagClassName
{
border-color: #F41D89;
}
</style>