Shades of Spicy Pink #F110AF
Tints of Spicy Pink #F110AF
RGB
CMYK
RGB Variations
Color information
#F110AF (or 0xF110AF) is known color: Spicy Pink. HEX triplet: F1, 10 and AF. RGB value is (241,16,175). Sum of RGB (Red+Green+Blue) = 241+16+175=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F110AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110AF is #0EEF50. Grayscale: #646464. Windows color (decimal): -978769 or 11473137. OLE color: 11473137.
HSL color Cylindrical-coordinate representation of color #F110AF: hue angle of 317.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110AF is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 175 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.05 |
| HSL | 317.6º | 0.89% | 0.5% | - |
| HSV(B) | 317.6º | 0.93% | 0.95% | - |
| XYZ | 44.2 | 22.17 | 42.51 | - |
| YUV | 101.4 | 169.54 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 175 | 0 | 0.93 | 0.27 | 0.05 | 317.6 | 0.89 | 0.5 |
| Hex | F1 | 10 | AF | 0 | 5D | 1B | 5 | 13E | 59 | 32 |
| Octal | 361 | 20 | 257 | 0 | 135 | 33 | 5 | 476 | 131 | 62 |
| Binary | 11110001 | 10000 | 10101111 | 0 | 1011101 | 11011 | 101 | 100111110 | 1011001 | 110010 |
Color Harmonies of #F110AF
Complementary color
Monochromatic Colors of #F110AF
Black with #F110AF
Text Example
Text Example
White with #F110AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110AF; }
p { color: rgb(241,16,175); }
H1.HeaderClassName
{
color: #F110AF;
}
.AnyTagClassName
{
color: #F110AF;
}
</style>
background-color css
<style>
a { background-color: #F110AF; }
a { background-color: rgb(241,16,175); }
div.DivClassName
{
background-color: #F110AF;
}
.BgClassName
{
background-color: #F110AF;
}
</style>
border-color css
<style>
span { border-color: #F110AF; }
span { border-color: rgb(241,16,175); }
td.TdClassName
{
border-color: #F110AF;
}
.TagClassName
{
border-color: #F110AF;
}
</style>