Shades of Spicy Pink #F11DB3
Tints of Spicy Pink #F11DB3
RGB
CMYK
RGB Variations
Color information
#F11DB3 (or 0xF11DB3) is known color: Spicy Pink. HEX triplet: F1, 1D and B3. RGB value is (241,29,179). Sum of RGB (Red+Green+Blue) = 241+29+179=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DB3 is #0EE24C. Grayscale: #6D6D6D. Windows color (decimal): -975437 or 11738609. OLE color: 11738609.
HSL color Cylindrical-coordinate representation of color #F11DB3: hue angle of 317.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DB3 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 179 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.05 |
| HSL | 317.55º | 0.88% | 0.53% | - |
| HSV(B) | 317.55º | 0.88% | 0.95% | - |
| XYZ | 44.85 | 22.83 | 44.69 | - |
| YUV | 109.49 | 167.24 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 179 | 0 | 0.88 | 0.26 | 0.05 | 317.55 | 0.88 | 0.53 |
| Hex | F1 | 1D | B3 | 0 | 58 | 1A | 5 | 13E | 58 | 35 |
| Octal | 361 | 35 | 263 | 0 | 130 | 32 | 5 | 476 | 130 | 65 |
| Binary | 11110001 | 11101 | 10110011 | 0 | 1011000 | 11010 | 101 | 100111110 | 1011000 | 110101 |
Color Harmonies of #F11DB3
Complementary color
Monochromatic Colors of #F11DB3
Black with #F11DB3
Text Example
Text Example
White with #F11DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DB3; }
p { color: rgb(241,29,179); }
H1.HeaderClassName
{
color: #F11DB3;
}
.AnyTagClassName
{
color: #F11DB3;
}
</style>
background-color css
<style>
a { background-color: #F11DB3; }
a { background-color: rgb(241,29,179); }
div.DivClassName
{
background-color: #F11DB3;
}
.BgClassName
{
background-color: #F11DB3;
}
</style>
border-color css
<style>
span { border-color: #F11DB3; }
span { border-color: rgb(241,29,179); }
td.TdClassName
{
border-color: #F11DB3;
}
.TagClassName
{
border-color: #F11DB3;
}
</style>