Shades of Spicy Pink #F819A9
Tints of Spicy Pink #F819A9
RGB
CMYK
RGB Variations
Color information
#F819A9 (or 0xF819A9) is known color: Spicy Pink. HEX triplet: F8, 19 and A9. RGB value is (248,25,169). Sum of RGB (Red+Green+Blue) = 248+25+169=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F819A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F819A9 is #07E656. Grayscale: #6B6B6B. Windows color (decimal): -517719 or 11082232. OLE color: 11082232.
HSL color Cylindrical-coordinate representation of color #F819A9: hue angle of 321.26º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819A9 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 169 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.03 |
| HSL | 321.26º | 0.94% | 0.54% | - |
| HSV(B) | 321.26º | 0.9% | 0.97% | - |
| XYZ | 46.22 | 23.52 | 39.64 | - |
| YUV | 108.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 169 | 0 | 0.90 | 0.32 | 0.03 | 321.26 | 0.94 | 0.54 |
| Hex | F8 | 19 | A9 | 0 | 5A | 20 | 3 | 141 | 5E | 36 |
| Octal | 370 | 31 | 251 | 0 | 132 | 40 | 3 | 501 | 136 | 66 |
| Binary | 11111000 | 11001 | 10101001 | 0 | 1011010 | 100000 | 11 | 101000001 | 1011110 | 110110 |
Color Harmonies of #F819A9
Complementary color
Monochromatic Colors of #F819A9
Black with #F819A9
Text Example
Text Example
White with #F819A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819A9; }
p { color: rgb(248,25,169); }
H1.HeaderClassName
{
color: #F819A9;
}
.AnyTagClassName
{
color: #F819A9;
}
</style>
background-color css
<style>
a { background-color: #F819A9; }
a { background-color: rgb(248,25,169); }
div.DivClassName
{
background-color: #F819A9;
}
.BgClassName
{
background-color: #F819A9;
}
</style>
border-color css
<style>
span { border-color: #F819A9; }
span { border-color: rgb(248,25,169); }
td.TdClassName
{
border-color: #F819A9;
}
.TagClassName
{
border-color: #F819A9;
}
</style>