Shades of Spicy Pink #F11DB2
Tints of Spicy Pink #F11DB2
RGB
CMYK
RGB Variations
Color information
#F11DB2 (or 0xF11DB2) is known color: Spicy Pink. HEX triplet: F1, 1D and B2. RGB value is (241,29,178). Sum of RGB (Red+Green+Blue) = 241+29+178=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11DB2 is #0EE24D. Grayscale: #6C6C6C. Windows color (decimal): -975438 or 11673073. OLE color: 11673073.
HSL color Cylindrical-coordinate representation of color #F11DB2: hue angle of 317.83º 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 #F11DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.05 |
| HSL | 317.83º | 0.88% | 0.53% | - |
| HSV(B) | 317.83º | 0.88% | 0.95% | - |
| XYZ | 44.75 | 22.79 | 44.16 | - |
| YUV | 109.37 | 166.74 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 178 | 0 | 0.88 | 0.26 | 0.05 | 317.83 | 0.88 | 0.53 |
| Hex | F1 | 1D | B2 | 0 | 58 | 1A | 5 | 13E | 58 | 35 |
| Octal | 361 | 35 | 262 | 0 | 130 | 32 | 5 | 476 | 130 | 65 |
| Binary | 11110001 | 11101 | 10110010 | 0 | 1011000 | 11010 | 101 | 100111110 | 1011000 | 110101 |
Color Harmonies of #F11DB2
Complementary color
Monochromatic Colors of #F11DB2
Black with #F11DB2
Text Example
Text Example
White with #F11DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DB2; }
p { color: rgb(241,29,178); }
H1.HeaderClassName
{
color: #F11DB2;
}
.AnyTagClassName
{
color: #F11DB2;
}
</style>
background-color css
<style>
a { background-color: #F11DB2; }
a { background-color: rgb(241,29,178); }
div.DivClassName
{
background-color: #F11DB2;
}
.BgClassName
{
background-color: #F11DB2;
}
</style>
border-color css
<style>
span { border-color: #F11DB2; }
span { border-color: rgb(241,29,178); }
td.TdClassName
{
border-color: #F11DB2;
}
.TagClassName
{
border-color: #F11DB2;
}
</style>