Shades of Spicy Pink #F117AA
Tints of Spicy Pink #F117AA
RGB
CMYK
RGB Variations
Color information
#F117AA (or 0xF117AA) is known color: Spicy Pink. HEX triplet: F1, 17 and AA. RGB value is (241,23,170). Sum of RGB (Red+Green+Blue) = 241+23+170=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F117AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F117AA is #0EE855. Grayscale: #686868. Windows color (decimal): -976982 or 11147249. OLE color: 11147249.
HSL color Cylindrical-coordinate representation of color #F117AA: hue angle of 319.54º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117AA is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 170 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.54º | 0.89% | 0.52% | - |
| HSV(B) | 319.54º | 0.9% | 0.95% | - |
| XYZ | 43.84 | 22.22 | 40.01 | - |
| YUV | 104.94 | 164.72 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 170 | 0 | 0.90 | 0.29 | 0.05 | 319.54 | 0.89 | 0.52 |
| Hex | F1 | 17 | AA | 0 | 5A | 1D | 5 | 140 | 59 | 34 |
| Octal | 361 | 27 | 252 | 0 | 132 | 35 | 5 | 500 | 131 | 64 |
| Binary | 11110001 | 10111 | 10101010 | 0 | 1011010 | 11101 | 101 | 101000000 | 1011001 | 110100 |
Color Harmonies of #F117AA
Complementary color
Monochromatic Colors of #F117AA
Black with #F117AA
Text Example
Text Example
White with #F117AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117AA; }
p { color: rgb(241,23,170); }
H1.HeaderClassName
{
color: #F117AA;
}
.AnyTagClassName
{
color: #F117AA;
}
</style>
background-color css
<style>
a { background-color: #F117AA; }
a { background-color: rgb(241,23,170); }
div.DivClassName
{
background-color: #F117AA;
}
.BgClassName
{
background-color: #F117AA;
}
</style>
border-color css
<style>
span { border-color: #F117AA; }
span { border-color: rgb(241,23,170); }
td.TdClassName
{
border-color: #F117AA;
}
.TagClassName
{
border-color: #F117AA;
}
</style>