Shades of Spicy Pink #F41DB9
Tints of Spicy Pink #F41DB9
RGB
CMYK
RGB Variations
Color information
#F41DB9 (or 0xF41DB9) is known color: Spicy Pink. HEX triplet: F4, 1D and B9. RGB value is (244,29,185). Sum of RGB (Red+Green+Blue) = 244+29+185=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DB9 is #0BE246. Grayscale: #6E6E6E. Windows color (decimal): -778823 or 12131828. OLE color: 12131828.
HSL color Cylindrical-coordinate representation of color #F41DB9: hue angle of 316.47º 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 #F41DB9 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 185 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.04 |
| HSL | 316.47º | 0.91% | 0.54% | - |
| HSV(B) | 316.47º | 0.88% | 0.96% | - |
| XYZ | 46.5 | 23.61 | 48.01 | - |
| YUV | 111.07 | 169.73 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 185 | 0 | 0.88 | 0.24 | 0.04 | 316.47 | 0.91 | 0.54 |
| Hex | F4 | 1D | B9 | 0 | 58 | 18 | 4 | 13C | 5B | 36 |
| Octal | 364 | 35 | 271 | 0 | 130 | 30 | 4 | 474 | 133 | 66 |
| Binary | 11110100 | 11101 | 10111001 | 0 | 1011000 | 11000 | 100 | 100111100 | 1011011 | 110110 |
Color Harmonies of #F41DB9
Complementary color
Monochromatic Colors of #F41DB9
Black with #F41DB9
Text Example
Text Example
White with #F41DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DB9; }
p { color: rgb(244,29,185); }
H1.HeaderClassName
{
color: #F41DB9;
}
.AnyTagClassName
{
color: #F41DB9;
}
</style>
background-color css
<style>
a { background-color: #F41DB9; }
a { background-color: rgb(244,29,185); }
div.DivClassName
{
background-color: #F41DB9;
}
.BgClassName
{
background-color: #F41DB9;
}
</style>
border-color css
<style>
span { border-color: #F41DB9; }
span { border-color: rgb(244,29,185); }
td.TdClassName
{
border-color: #F41DB9;
}
.TagClassName
{
border-color: #F41DB9;
}
</style>