Shades of Spicy Pink #F117AF
Tints of Spicy Pink #F117AF
RGB
CMYK
RGB Variations
Color information
#F117AF (or 0xF117AF) is known color: Spicy Pink. HEX triplet: F1, 17 and AF. RGB value is (241,23,175). Sum of RGB (Red+Green+Blue) = 241+23+175=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F117AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F117AF is #0EE850. Grayscale: #696969. Windows color (decimal): -976977 or 11474929. OLE color: 11474929.
HSL color Cylindrical-coordinate representation of color #F117AF: hue angle of 318.17º 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 #F117AF is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 175 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.05 |
| HSL | 318.17º | 0.89% | 0.52% | - |
| HSV(B) | 318.17º | 0.9% | 0.95% | - |
| XYZ | 44.32 | 22.41 | 42.55 | - |
| YUV | 105.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 175 | 0 | 0.90 | 0.27 | 0.05 | 318.17 | 0.89 | 0.52 |
| Hex | F1 | 17 | AF | 0 | 5A | 1B | 5 | 13E | 59 | 34 |
| Octal | 361 | 27 | 257 | 0 | 132 | 33 | 5 | 476 | 131 | 64 |
| Binary | 11110001 | 10111 | 10101111 | 0 | 1011010 | 11011 | 101 | 100111110 | 1011001 | 110100 |
Color Harmonies of #F117AF
Complementary color
Monochromatic Colors of #F117AF
Black with #F117AF
Text Example
Text Example
White with #F117AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117AF; }
p { color: rgb(241,23,175); }
H1.HeaderClassName
{
color: #F117AF;
}
.AnyTagClassName
{
color: #F117AF;
}
</style>
background-color css
<style>
a { background-color: #F117AF; }
a { background-color: rgb(241,23,175); }
div.DivClassName
{
background-color: #F117AF;
}
.BgClassName
{
background-color: #F117AF;
}
</style>
border-color css
<style>
span { border-color: #F117AF; }
span { border-color: rgb(241,23,175); }
td.TdClassName
{
border-color: #F117AF;
}
.TagClassName
{
border-color: #F117AF;
}
</style>