Shades of Spicy Pink #F115A1
Tints of Spicy Pink #F115A1
RGB
CMYK
RGB Variations
Color information
#F115A1 (or 0xF115A1) is known color: Spicy Pink. HEX triplet: F1, 15 and A1. RGB value is (241,21,161). Sum of RGB (Red+Green+Blue) = 241+21+161=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F115A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F115A1 is #0EEA5E. Grayscale: #666666. Windows color (decimal): -977503 or 10556913. OLE color: 10556913.
HSL color Cylindrical-coordinate representation of color #F115A1: hue angle of 321.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 #F115A1 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.05 |
| HSL | 321.82º | 0.89% | 0.51% | - |
| HSV(B) | 321.82º | 0.91% | 0.95% | - |
| XYZ | 42.98 | 21.81 | 35.66 | - |
| YUV | 102.74 | 160.89 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 161 | 0 | 0.91 | 0.33 | 0.05 | 321.82 | 0.89 | 0.51 |
| Hex | F1 | 15 | A1 | 0 | 5B | 21 | 5 | 142 | 59 | 33 |
| Octal | 361 | 25 | 241 | 0 | 133 | 41 | 5 | 502 | 131 | 63 |
| Binary | 11110001 | 10101 | 10100001 | 0 | 1011011 | 100001 | 101 | 101000010 | 1011001 | 110011 |
Color Harmonies of #F115A1
Complementary color
Monochromatic Colors of #F115A1
Black with #F115A1
Text Example
Text Example
White with #F115A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115A1; }
p { color: rgb(241,21,161); }
H1.HeaderClassName
{
color: #F115A1;
}
.AnyTagClassName
{
color: #F115A1;
}
</style>
background-color css
<style>
a { background-color: #F115A1; }
a { background-color: rgb(241,21,161); }
div.DivClassName
{
background-color: #F115A1;
}
.BgClassName
{
background-color: #F115A1;
}
</style>
border-color css
<style>
span { border-color: #F115A1; }
span { border-color: rgb(241,21,161); }
td.TdClassName
{
border-color: #F115A1;
}
.TagClassName
{
border-color: #F115A1;
}
</style>