Shades of Spicy Pink #F11AB1
Tints of Spicy Pink #F11AB1
RGB
CMYK
RGB Variations
Color information
#F11AB1 (or 0xF11AB1) is known color: Spicy Pink. HEX triplet: F1, 1A and B1. RGB value is (241,26,177). Sum of RGB (Red+Green+Blue) = 241+26+177=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AB1 is #0EE54E. Grayscale: #6B6B6B. Windows color (decimal): -976207 or 11606769. OLE color: 11606769.
HSL color Cylindrical-coordinate representation of color #F11AB1: hue angle of 317.86º 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 #F11AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.05 |
| HSL | 317.86º | 0.88% | 0.52% | - |
| HSV(B) | 317.86º | 0.89% | 0.95% | - |
| XYZ | 44.58 | 22.61 | 43.61 | - |
| YUV | 107.5 | 167.23 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 177 | 0 | 0.89 | 0.27 | 0.05 | 317.86 | 0.88 | 0.52 |
| Hex | F1 | 1A | B1 | 0 | 59 | 1B | 5 | 13E | 58 | 34 |
| Octal | 361 | 32 | 261 | 0 | 131 | 33 | 5 | 476 | 130 | 64 |
| Binary | 11110001 | 11010 | 10110001 | 0 | 1011001 | 11011 | 101 | 100111110 | 1011000 | 110100 |
Color Harmonies of #F11AB1
Complementary color
Monochromatic Colors of #F11AB1
Black with #F11AB1
Text Example
Text Example
White with #F11AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AB1; }
p { color: rgb(241,26,177); }
H1.HeaderClassName
{
color: #F11AB1;
}
.AnyTagClassName
{
color: #F11AB1;
}
</style>
background-color css
<style>
a { background-color: #F11AB1; }
a { background-color: rgb(241,26,177); }
div.DivClassName
{
background-color: #F11AB1;
}
.BgClassName
{
background-color: #F11AB1;
}
</style>
border-color css
<style>
span { border-color: #F11AB1; }
span { border-color: rgb(241,26,177); }
td.TdClassName
{
border-color: #F11AB1;
}
.TagClassName
{
border-color: #F11AB1;
}
</style>