Shades of Spicy Pink #F41DB0
Tints of Spicy Pink #F41DB0
RGB
CMYK
RGB Variations
Color information
#F41DB0 (or 0xF41DB0) is known color: Spicy Pink. HEX triplet: F4, 1D and B0. RGB value is (244,29,176). Sum of RGB (Red+Green+Blue) = 244+29+176=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41DB0 is #0BE24F. Grayscale: #6D6D6D. Windows color (decimal): -778832 or 11542004. OLE color: 11542004.
HSL color Cylindrical-coordinate representation of color #F41DB0: hue angle of 318.98º 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 #F41DB0 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 176 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.04 |
| HSL | 318.98º | 0.91% | 0.54% | - |
| HSV(B) | 318.98º | 0.88% | 0.96% | - |
| XYZ | 45.58 | 23.25 | 43.16 | - |
| YUV | 110.04 | 165.23 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 176 | 0 | 0.88 | 0.28 | 0.04 | 318.98 | 0.91 | 0.54 |
| Hex | F4 | 1D | B0 | 0 | 58 | 1C | 4 | 13F | 5B | 36 |
| Octal | 364 | 35 | 260 | 0 | 130 | 34 | 4 | 477 | 133 | 66 |
| Binary | 11110100 | 11101 | 10110000 | 0 | 1011000 | 11100 | 100 | 100111111 | 1011011 | 110110 |
Color Harmonies of #F41DB0
Complementary color
Monochromatic Colors of #F41DB0
Black with #F41DB0
Text Example
Text Example
White with #F41DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DB0; }
p { color: rgb(244,29,176); }
H1.HeaderClassName
{
color: #F41DB0;
}
.AnyTagClassName
{
color: #F41DB0;
}
</style>
background-color css
<style>
a { background-color: #F41DB0; }
a { background-color: rgb(244,29,176); }
div.DivClassName
{
background-color: #F41DB0;
}
.BgClassName
{
background-color: #F41DB0;
}
</style>
border-color css
<style>
span { border-color: #F41DB0; }
span { border-color: rgb(244,29,176); }
td.TdClassName
{
border-color: #F41DB0;
}
.TagClassName
{
border-color: #F41DB0;
}
</style>