Shades of Spicy Pink #F11CAC
Tints of Spicy Pink #F11CAC
RGB
CMYK
RGB Variations
Color information
#F11CAC (or 0xF11CAC) is known color: Spicy Pink. HEX triplet: F1, 1C and AC. RGB value is (241,28,172). Sum of RGB (Red+Green+Blue) = 241+28+172=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11CAC is #0EE353. Grayscale: #6B6B6B. Windows color (decimal): -975700 or 11279601. OLE color: 11279601.
HSL color Cylindrical-coordinate representation of color #F11CAC: hue angle of 319.44º 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 #F11CAC is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.05 |
| HSL | 319.44º | 0.88% | 0.53% | - |
| HSV(B) | 319.44º | 0.88% | 0.95% | - |
| XYZ | 44.14 | 22.51 | 41.05 | - |
| YUV | 108.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 172 | 0 | 0.88 | 0.29 | 0.05 | 319.44 | 0.88 | 0.53 |
| Hex | F1 | 1C | AC | 0 | 58 | 1D | 5 | 13F | 58 | 35 |
| Octal | 361 | 34 | 254 | 0 | 130 | 35 | 5 | 477 | 130 | 65 |
| Binary | 11110001 | 11100 | 10101100 | 0 | 1011000 | 11101 | 101 | 100111111 | 1011000 | 110101 |
Color Harmonies of #F11CAC
Complementary color
Monochromatic Colors of #F11CAC
Black with #F11CAC
Text Example
Text Example
White with #F11CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CAC; }
p { color: rgb(241,28,172); }
H1.HeaderClassName
{
color: #F11CAC;
}
.AnyTagClassName
{
color: #F11CAC;
}
</style>
background-color css
<style>
a { background-color: #F11CAC; }
a { background-color: rgb(241,28,172); }
div.DivClassName
{
background-color: #F11CAC;
}
.BgClassName
{
background-color: #F11CAC;
}
</style>
border-color css
<style>
span { border-color: #F11CAC; }
span { border-color: rgb(241,28,172); }
td.TdClassName
{
border-color: #F11CAC;
}
.TagClassName
{
border-color: #F11CAC;
}
</style>