Shades of Spicy Pink #F11AA3
Tints of Spicy Pink #F11AA3
RGB
CMYK
RGB Variations
Color information
#F11AA3 (or 0xF11AA3) is known color: Spicy Pink. HEX triplet: F1, 1A and A3. RGB value is (241,26,163). Sum of RGB (Red+Green+Blue) = 241+26+163=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AA3 is #0EE55C. Grayscale: #696969. Windows color (decimal): -976221 or 10689265. OLE color: 10689265.
HSL color Cylindrical-coordinate representation of color #F11AA3: hue angle of 321.77º 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 #F11AA3 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 163 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.05 |
| HSL | 321.77º | 0.88% | 0.52% | - |
| HSV(B) | 321.77º | 0.89% | 0.95% | - |
| XYZ | 43.26 | 22.08 | 36.63 | - |
| YUV | 105.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 163 | 0 | 0.89 | 0.32 | 0.05 | 321.77 | 0.88 | 0.52 |
| Hex | F1 | 1A | A3 | 0 | 59 | 20 | 5 | 142 | 58 | 34 |
| Octal | 361 | 32 | 243 | 0 | 131 | 40 | 5 | 502 | 130 | 64 |
| Binary | 11110001 | 11010 | 10100011 | 0 | 1011001 | 100000 | 101 | 101000010 | 1011000 | 110100 |
Color Harmonies of #F11AA3
Complementary color
Monochromatic Colors of #F11AA3
Black with #F11AA3
Text Example
Text Example
White with #F11AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AA3; }
p { color: rgb(241,26,163); }
H1.HeaderClassName
{
color: #F11AA3;
}
.AnyTagClassName
{
color: #F11AA3;
}
</style>
background-color css
<style>
a { background-color: #F11AA3; }
a { background-color: rgb(241,26,163); }
div.DivClassName
{
background-color: #F11AA3;
}
.BgClassName
{
background-color: #F11AA3;
}
</style>
border-color css
<style>
span { border-color: #F11AA3; }
span { border-color: rgb(241,26,163); }
td.TdClassName
{
border-color: #F11AA3;
}
.TagClassName
{
border-color: #F11AA3;
}
</style>