Shades of Spicy Pink #F119AF
Tints of Spicy Pink #F119AF
RGB
CMYK
RGB Variations
Color information
#F119AF (or 0xF119AF) is known color: Spicy Pink. HEX triplet: F1, 19 and AF. RGB value is (241,25,175). Sum of RGB (Red+Green+Blue) = 241+25+175=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F119AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119AF is #0EE650. Grayscale: #6A6A6A. Windows color (decimal): -976465 or 11475441. OLE color: 11475441.
HSL color Cylindrical-coordinate representation of color #F119AF: hue angle of 318.33º 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 #F119AF is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 175 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.05 |
| HSL | 318.33º | 0.89% | 0.52% | - |
| HSV(B) | 318.33º | 0.9% | 0.95% | - |
| XYZ | 44.36 | 22.49 | 42.56 | - |
| YUV | 106.68 | 166.56 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 175 | 0 | 0.90 | 0.27 | 0.05 | 318.33 | 0.89 | 0.52 |
| Hex | F1 | 19 | AF | 0 | 5A | 1B | 5 | 13E | 59 | 34 |
| Octal | 361 | 31 | 257 | 0 | 132 | 33 | 5 | 476 | 131 | 64 |
| Binary | 11110001 | 11001 | 10101111 | 0 | 1011010 | 11011 | 101 | 100111110 | 1011001 | 110100 |
Color Harmonies of #F119AF
Complementary color
Monochromatic Colors of #F119AF
Black with #F119AF
Text Example
Text Example
White with #F119AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119AF; }
p { color: rgb(241,25,175); }
H1.HeaderClassName
{
color: #F119AF;
}
.AnyTagClassName
{
color: #F119AF;
}
</style>
background-color css
<style>
a { background-color: #F119AF; }
a { background-color: rgb(241,25,175); }
div.DivClassName
{
background-color: #F119AF;
}
.BgClassName
{
background-color: #F119AF;
}
</style>
border-color css
<style>
span { border-color: #F119AF; }
span { border-color: rgb(241,25,175); }
td.TdClassName
{
border-color: #F119AF;
}
.TagClassName
{
border-color: #F119AF;
}
</style>