Shades of Spicy Pink #F11DAC
Tints of Spicy Pink #F11DAC
RGB
CMYK
RGB Variations
Color information
#F11DAC (or 0xF11DAC) is known color: Spicy Pink. HEX triplet: F1, 1D and AC. RGB value is (241,29,172). Sum of RGB (Red+Green+Blue) = 241+29+172=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11DAC is #0EE253. Grayscale: #6C6C6C. Windows color (decimal): -975444 or 11279857. OLE color: 11279857.
HSL color Cylindrical-coordinate representation of color #F11DAC: hue angle of 319.53º 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 #F11DAC is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 172 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.05 |
| HSL | 319.53º | 0.88% | 0.53% | - |
| HSV(B) | 319.53º | 0.88% | 0.95% | - |
| XYZ | 44.16 | 22.56 | 41.06 | - |
| YUV | 108.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 172 | 0 | 0.88 | 0.29 | 0.05 | 319.53 | 0.88 | 0.53 |
| Hex | F1 | 1D | AC | 0 | 58 | 1D | 5 | 140 | 58 | 35 |
| Octal | 361 | 35 | 254 | 0 | 130 | 35 | 5 | 500 | 130 | 65 |
| Binary | 11110001 | 11101 | 10101100 | 0 | 1011000 | 11101 | 101 | 101000000 | 1011000 | 110101 |
Color Harmonies of #F11DAC
Complementary color
Monochromatic Colors of #F11DAC
Black with #F11DAC
Text Example
Text Example
White with #F11DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DAC; }
p { color: rgb(241,29,172); }
H1.HeaderClassName
{
color: #F11DAC;
}
.AnyTagClassName
{
color: #F11DAC;
}
</style>
background-color css
<style>
a { background-color: #F11DAC; }
a { background-color: rgb(241,29,172); }
div.DivClassName
{
background-color: #F11DAC;
}
.BgClassName
{
background-color: #F11DAC;
}
</style>
border-color css
<style>
span { border-color: #F11DAC; }
span { border-color: rgb(241,29,172); }
td.TdClassName
{
border-color: #F11DAC;
}
.TagClassName
{
border-color: #F11DAC;
}
</style>