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