Shades of Spicy Pink #F11AAA
Tints of Spicy Pink #F11AAA
RGB
CMYK
RGB Variations
Color information
#F11AAA (or 0xF11AAA) is known color: Spicy Pink. HEX triplet: F1, 1A and AA. RGB value is (241,26,170). Sum of RGB (Red+Green+Blue) = 241+26+170=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11AAA is #0EE555. Grayscale: #6A6A6A. Windows color (decimal): -976214 or 11148017. OLE color: 11148017.
HSL color Cylindrical-coordinate representation of color #F11AAA: hue angle of 319.81º 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 #F11AAA is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.05 |
| HSL | 319.81º | 0.88% | 0.52% | - |
| HSV(B) | 319.81º | 0.89% | 0.95% | - |
| XYZ | 43.9 | 22.34 | 40.03 | - |
| YUV | 106.7 | 163.73 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 170 | 0 | 0.89 | 0.29 | 0.05 | 319.81 | 0.88 | 0.52 |
| Hex | F1 | 1A | AA | 0 | 59 | 1D | 5 | 140 | 58 | 34 |
| Octal | 361 | 32 | 252 | 0 | 131 | 35 | 5 | 500 | 130 | 64 |
| Binary | 11110001 | 11010 | 10101010 | 0 | 1011001 | 11101 | 101 | 101000000 | 1011000 | 110100 |
Color Harmonies of #F11AAA
Complementary color
Monochromatic Colors of #F11AAA
Black with #F11AAA
Text Example
Text Example
White with #F11AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AAA; }
p { color: rgb(241,26,170); }
H1.HeaderClassName
{
color: #F11AAA;
}
.AnyTagClassName
{
color: #F11AAA;
}
</style>
background-color css
<style>
a { background-color: #F11AAA; }
a { background-color: rgb(241,26,170); }
div.DivClassName
{
background-color: #F11AAA;
}
.BgClassName
{
background-color: #F11AAA;
}
</style>
border-color css
<style>
span { border-color: #F11AAA; }
span { border-color: rgb(241,26,170); }
td.TdClassName
{
border-color: #F11AAA;
}
.TagClassName
{
border-color: #F11AAA;
}
</style>