Shades of Spicy Pink #F11AB3
Tints of Spicy Pink #F11AB3
RGB
CMYK
RGB Variations
Color information
#F11AB3 (or 0xF11AB3) is known color: Spicy Pink. HEX triplet: F1, 1A and B3. RGB value is (241,26,179). Sum of RGB (Red+Green+Blue) = 241+26+179=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AB3 is #0EE54C. Grayscale: #6B6B6B. Windows color (decimal): -976205 or 11737841. OLE color: 11737841.
HSL color Cylindrical-coordinate representation of color #F11AB3: hue angle of 317.3º 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 #F11AB3 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 179 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.05 |
| HSL | 317.3º | 0.88% | 0.52% | - |
| HSV(B) | 317.3º | 0.89% | 0.95% | - |
| XYZ | 44.78 | 22.69 | 44.67 | - |
| YUV | 107.73 | 168.23 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 179 | 0 | 0.89 | 0.26 | 0.05 | 317.3 | 0.88 | 0.52 |
| Hex | F1 | 1A | B3 | 0 | 59 | 1A | 5 | 13D | 58 | 34 |
| Octal | 361 | 32 | 263 | 0 | 131 | 32 | 5 | 475 | 130 | 64 |
| Binary | 11110001 | 11010 | 10110011 | 0 | 1011001 | 11010 | 101 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F11AB3
Complementary color
Monochromatic Colors of #F11AB3
Black with #F11AB3
Text Example
Text Example
White with #F11AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AB3; }
p { color: rgb(241,26,179); }
H1.HeaderClassName
{
color: #F11AB3;
}
.AnyTagClassName
{
color: #F11AB3;
}
</style>
background-color css
<style>
a { background-color: #F11AB3; }
a { background-color: rgb(241,26,179); }
div.DivClassName
{
background-color: #F11AB3;
}
.BgClassName
{
background-color: #F11AB3;
}
</style>
border-color css
<style>
span { border-color: #F11AB3; }
span { border-color: rgb(241,26,179); }
td.TdClassName
{
border-color: #F11AB3;
}
.TagClassName
{
border-color: #F11AB3;
}
</style>