Shades of Spicy Pink #F115AA
Tints of Spicy Pink #F115AA
RGB
CMYK
RGB Variations
Color information
#F115AA (or 0xF115AA) is known color: Spicy Pink. HEX triplet: F1, 15 and AA. RGB value is (241,21,170). Sum of RGB (Red+Green+Blue) = 241+21+170=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F115AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F115AA is #0EEA55. Grayscale: #676767. Windows color (decimal): -977494 or 11146737. OLE color: 11146737.
HSL color Cylindrical-coordinate representation of color #F115AA: hue angle of 319.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115AA is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 170 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.05 |
| HSL | 319.36º | 0.89% | 0.51% | - |
| HSV(B) | 319.36º | 0.91% | 0.95% | - |
| XYZ | 43.8 | 22.14 | 40 | - |
| YUV | 103.77 | 165.39 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 170 | 0 | 0.91 | 0.29 | 0.05 | 319.36 | 0.89 | 0.51 |
| Hex | F1 | 15 | AA | 0 | 5B | 1D | 5 | 13F | 59 | 33 |
| Octal | 361 | 25 | 252 | 0 | 133 | 35 | 5 | 477 | 131 | 63 |
| Binary | 11110001 | 10101 | 10101010 | 0 | 1011011 | 11101 | 101 | 100111111 | 1011001 | 110011 |
Color Harmonies of #F115AA
Complementary color
Monochromatic Colors of #F115AA
Black with #F115AA
Text Example
Text Example
White with #F115AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115AA; }
p { color: rgb(241,21,170); }
H1.HeaderClassName
{
color: #F115AA;
}
.AnyTagClassName
{
color: #F115AA;
}
</style>
background-color css
<style>
a { background-color: #F115AA; }
a { background-color: rgb(241,21,170); }
div.DivClassName
{
background-color: #F115AA;
}
.BgClassName
{
background-color: #F115AA;
}
</style>
border-color css
<style>
span { border-color: #F115AA; }
span { border-color: rgb(241,21,170); }
td.TdClassName
{
border-color: #F115AA;
}
.TagClassName
{
border-color: #F115AA;
}
</style>