Shades of Spicy Pink #F113AF
Tints of Spicy Pink #F113AF
RGB
CMYK
RGB Variations
Color information
#F113AF (or 0xF113AF) is known color: Spicy Pink. HEX triplet: F1, 13 and AF. RGB value is (241,19,175). Sum of RGB (Red+Green+Blue) = 241+19+175=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F113AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113AF is #0EEC50. Grayscale: #666666. Windows color (decimal): -978001 or 11473905. OLE color: 11473905.
HSL color Cylindrical-coordinate representation of color #F113AF: hue angle of 317.84º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113AF is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 175 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.05 |
| HSL | 317.84º | 0.89% | 0.51% | - |
| HSV(B) | 317.84º | 0.92% | 0.95% | - |
| XYZ | 44.25 | 22.26 | 42.52 | - |
| YUV | 103.16 | 168.55 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 175 | 0 | 0.92 | 0.27 | 0.05 | 317.84 | 0.89 | 0.51 |
| Hex | F1 | 13 | AF | 0 | 5C | 1B | 5 | 13E | 59 | 33 |
| Octal | 361 | 23 | 257 | 0 | 134 | 33 | 5 | 476 | 131 | 63 |
| Binary | 11110001 | 10011 | 10101111 | 0 | 1011100 | 11011 | 101 | 100111110 | 1011001 | 110011 |
Color Harmonies of #F113AF
Complementary color
Monochromatic Colors of #F113AF
Black with #F113AF
Text Example
Text Example
White with #F113AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113AF; }
p { color: rgb(241,19,175); }
H1.HeaderClassName
{
color: #F113AF;
}
.AnyTagClassName
{
color: #F113AF;
}
</style>
background-color css
<style>
a { background-color: #F113AF; }
a { background-color: rgb(241,19,175); }
div.DivClassName
{
background-color: #F113AF;
}
.BgClassName
{
background-color: #F113AF;
}
</style>
border-color css
<style>
span { border-color: #F113AF; }
span { border-color: rgb(241,19,175); }
td.TdClassName
{
border-color: #F113AF;
}
.TagClassName
{
border-color: #F113AF;
}
</style>