Shades of Spicy Pink #F919AD
Tints of Spicy Pink #F919AD
RGB
CMYK
RGB Variations
Color information
#F919AD (or 0xF919AD) is known color: Spicy Pink. HEX triplet: F9, 19 and AD. RGB value is (249,25,173). Sum of RGB (Red+Green+Blue) = 249+25+173=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F919AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919AD is #06E652. Grayscale: #6C6C6C. Windows color (decimal): -452179 or 11344377. OLE color: 11344377.
HSL color Cylindrical-coordinate representation of color #F919AD: hue angle of 320.36º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919AD is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.02 |
| HSL | 320.36º | 0.95% | 0.54% | - |
| HSV(B) | 320.36º | 0.9% | 0.98% | - |
| XYZ | 46.96 | 23.85 | 41.66 | - |
| YUV | 108.85 | 164.21 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 173 | 0 | 0.90 | 0.31 | 0.02 | 320.36 | 0.95 | 0.54 |
| Hex | F9 | 19 | AD | 0 | 5A | 1F | 2 | 140 | 5F | 36 |
| Octal | 371 | 31 | 255 | 0 | 132 | 37 | 2 | 500 | 137 | 66 |
| Binary | 11111001 | 11001 | 10101101 | 0 | 1011010 | 11111 | 10 | 101000000 | 1011111 | 110110 |
Color Harmonies of #F919AD
Complementary color
Monochromatic Colors of #F919AD
Black with #F919AD
Text Example
Text Example
White with #F919AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919AD; }
p { color: rgb(249,25,173); }
H1.HeaderClassName
{
color: #F919AD;
}
.AnyTagClassName
{
color: #F919AD;
}
</style>
background-color css
<style>
a { background-color: #F919AD; }
a { background-color: rgb(249,25,173); }
div.DivClassName
{
background-color: #F919AD;
}
.BgClassName
{
background-color: #F919AD;
}
</style>
border-color css
<style>
span { border-color: #F919AD; }
span { border-color: rgb(249,25,173); }
td.TdClassName
{
border-color: #F919AD;
}
.TagClassName
{
border-color: #F919AD;
}
</style>