Shades of Spicy Pink #F11AAC
Tints of Spicy Pink #F11AAC
RGB
CMYK
RGB Variations
Color information
#F11AAC (or 0xF11AAC) is known color: Spicy Pink. HEX triplet: F1, 1A and AC. RGB value is (241,26,172). Sum of RGB (Red+Green+Blue) = 241+26+172=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AAC is #0EE553. Grayscale: #6A6A6A. Windows color (decimal): -976212 or 11279089. OLE color: 11279089.
HSL color Cylindrical-coordinate representation of color #F11AAC: hue angle of 319.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11AAC is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 172 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.05 |
| HSL | 319.26º | 0.88% | 0.52% | - |
| HSV(B) | 319.26º | 0.89% | 0.95% | - |
| XYZ | 44.09 | 22.42 | 41.03 | - |
| YUV | 106.93 | 164.73 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 172 | 0 | 0.89 | 0.29 | 0.05 | 319.26 | 0.88 | 0.52 |
| Hex | F1 | 1A | AC | 0 | 59 | 1D | 5 | 13F | 58 | 34 |
| Octal | 361 | 32 | 254 | 0 | 131 | 35 | 5 | 477 | 130 | 64 |
| Binary | 11110001 | 11010 | 10101100 | 0 | 1011001 | 11101 | 101 | 100111111 | 1011000 | 110100 |
Color Harmonies of #F11AAC
Complementary color
Monochromatic Colors of #F11AAC
Black with #F11AAC
Text Example
Text Example
White with #F11AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AAC; }
p { color: rgb(241,26,172); }
H1.HeaderClassName
{
color: #F11AAC;
}
.AnyTagClassName
{
color: #F11AAC;
}
</style>
background-color css
<style>
a { background-color: #F11AAC; }
a { background-color: rgb(241,26,172); }
div.DivClassName
{
background-color: #F11AAC;
}
.BgClassName
{
background-color: #F11AAC;
}
</style>
border-color css
<style>
span { border-color: #F11AAC; }
span { border-color: rgb(241,26,172); }
td.TdClassName
{
border-color: #F11AAC;
}
.TagClassName
{
border-color: #F11AAC;
}
</style>