Shades of Spicy Pink #F115AC
Tints of Spicy Pink #F115AC
RGB
CMYK
RGB Variations
Color information
#F115AC (or 0xF115AC) is known color: Spicy Pink. HEX triplet: F1, 15 and AC. RGB value is (241,21,172). Sum of RGB (Red+Green+Blue) = 241+21+172=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F115AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F115AC is #0EEA53. Grayscale: #676767. Windows color (decimal): -977492 or 11277809. OLE color: 11277809.
HSL color Cylindrical-coordinate representation of color #F115AC: hue angle of 318.82º 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 #F115AC is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 172 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.05 |
| HSL | 318.82º | 0.89% | 0.51% | - |
| HSV(B) | 318.82º | 0.91% | 0.95% | - |
| XYZ | 43.99 | 22.22 | 41 | - |
| YUV | 103.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 172 | 0 | 0.91 | 0.29 | 0.05 | 318.82 | 0.89 | 0.51 |
| Hex | F1 | 15 | AC | 0 | 5B | 1D | 5 | 13F | 59 | 33 |
| Octal | 361 | 25 | 254 | 0 | 133 | 35 | 5 | 477 | 131 | 63 |
| Binary | 11110001 | 10101 | 10101100 | 0 | 1011011 | 11101 | 101 | 100111111 | 1011001 | 110011 |
Color Harmonies of #F115AC
Complementary color
Monochromatic Colors of #F115AC
Black with #F115AC
Text Example
Text Example
White with #F115AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115AC; }
p { color: rgb(241,21,172); }
H1.HeaderClassName
{
color: #F115AC;
}
.AnyTagClassName
{
color: #F115AC;
}
</style>
background-color css
<style>
a { background-color: #F115AC; }
a { background-color: rgb(241,21,172); }
div.DivClassName
{
background-color: #F115AC;
}
.BgClassName
{
background-color: #F115AC;
}
</style>
border-color css
<style>
span { border-color: #F115AC; }
span { border-color: rgb(241,21,172); }
td.TdClassName
{
border-color: #F115AC;
}
.TagClassName
{
border-color: #F115AC;
}
</style>