Shades of Spicy Pink #F11AA2
Tints of Spicy Pink #F11AA2
RGB
CMYK
RGB Variations
Color information
#F11AA2 (or 0xF11AA2) is known color: Spicy Pink. HEX triplet: F1, 1A and A2. RGB value is (241,26,162). Sum of RGB (Red+Green+Blue) = 241+26+162=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AA2 is #0EE55D. Grayscale: #696969. Windows color (decimal): -976222 or 10623729. OLE color: 10623729.
HSL color Cylindrical-coordinate representation of color #F11AA2: hue angle of 322.05º 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 #F11AA2 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 162 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.05 |
| HSL | 322.05º | 0.88% | 0.52% | - |
| HSV(B) | 322.05º | 0.89% | 0.95% | - |
| XYZ | 43.17 | 22.05 | 36.16 | - |
| YUV | 105.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 162 | 0 | 0.89 | 0.33 | 0.05 | 322.05 | 0.88 | 0.52 |
| Hex | F1 | 1A | A2 | 0 | 59 | 21 | 5 | 142 | 58 | 34 |
| Octal | 361 | 32 | 242 | 0 | 131 | 41 | 5 | 502 | 130 | 64 |
| Binary | 11110001 | 11010 | 10100010 | 0 | 1011001 | 100001 | 101 | 101000010 | 1011000 | 110100 |
Color Harmonies of #F11AA2
Complementary color
Monochromatic Colors of #F11AA2
Black with #F11AA2
Text Example
Text Example
White with #F11AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AA2; }
p { color: rgb(241,26,162); }
H1.HeaderClassName
{
color: #F11AA2;
}
.AnyTagClassName
{
color: #F11AA2;
}
</style>
background-color css
<style>
a { background-color: #F11AA2; }
a { background-color: rgb(241,26,162); }
div.DivClassName
{
background-color: #F11AA2;
}
.BgClassName
{
background-color: #F11AA2;
}
</style>
border-color css
<style>
span { border-color: #F11AA2; }
span { border-color: rgb(241,26,162); }
td.TdClassName
{
border-color: #F11AA2;
}
.TagClassName
{
border-color: #F11AA2;
}
</style>