Shades of Spicy Pink #F119AD
Tints of Spicy Pink #F119AD
RGB
CMYK
RGB Variations
Color information
#F119AD (or 0xF119AD) is known color: Spicy Pink. HEX triplet: F1, 19 and AD. RGB value is (241,25,173). Sum of RGB (Red+Green+Blue) = 241+25+173=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F119AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119AD is #0EE652. Grayscale: #6A6A6A. Windows color (decimal): -976467 or 11344369. OLE color: 11344369.
HSL color Cylindrical-coordinate representation of color #F119AD: hue angle of 318.89º 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 #F119AD is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.05 |
| HSL | 318.89º | 0.89% | 0.52% | - |
| HSV(B) | 318.89º | 0.9% | 0.95% | - |
| XYZ | 44.17 | 22.41 | 41.53 | - |
| YUV | 106.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 173 | 0 | 0.90 | 0.28 | 0.05 | 318.89 | 0.89 | 0.52 |
| Hex | F1 | 19 | AD | 0 | 5A | 1C | 5 | 13F | 59 | 34 |
| Octal | 361 | 31 | 255 | 0 | 132 | 34 | 5 | 477 | 131 | 64 |
| Binary | 11110001 | 11001 | 10101101 | 0 | 1011010 | 11100 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F119AD
Complementary color
Monochromatic Colors of #F119AD
Black with #F119AD
Text Example
Text Example
White with #F119AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119AD; }
p { color: rgb(241,25,173); }
H1.HeaderClassName
{
color: #F119AD;
}
.AnyTagClassName
{
color: #F119AD;
}
</style>
background-color css
<style>
a { background-color: #F119AD; }
a { background-color: rgb(241,25,173); }
div.DivClassName
{
background-color: #F119AD;
}
.BgClassName
{
background-color: #F119AD;
}
</style>
border-color css
<style>
span { border-color: #F119AD; }
span { border-color: rgb(241,25,173); }
td.TdClassName
{
border-color: #F119AD;
}
.TagClassName
{
border-color: #F119AD;
}
</style>