Shades of Spicy Pink #F819AA
Tints of Spicy Pink #F819AA
RGB
CMYK
RGB Variations
Color information
#F819AA (or 0xF819AA) is known color: Spicy Pink. HEX triplet: F8, 19 and AA. RGB value is (248,25,170). Sum of RGB (Red+Green+Blue) = 248+25+170=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F819AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F819AA is #07E655. Grayscale: #6B6B6B. Windows color (decimal): -517718 or 11147768. OLE color: 11147768.
HSL color Cylindrical-coordinate representation of color #F819AA: hue angle of 320.99º 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 #F819AA is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.03 |
| HSL | 320.99º | 0.94% | 0.54% | - |
| HSV(B) | 320.99º | 0.9% | 0.97% | - |
| XYZ | 46.31 | 23.55 | 40.14 | - |
| YUV | 108.21 | 162.88 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 170 | 0 | 0.90 | 0.31 | 0.03 | 320.99 | 0.94 | 0.54 |
| Hex | F8 | 19 | AA | 0 | 5A | 1F | 3 | 141 | 5E | 36 |
| Octal | 370 | 31 | 252 | 0 | 132 | 37 | 3 | 501 | 136 | 66 |
| Binary | 11111000 | 11001 | 10101010 | 0 | 1011010 | 11111 | 11 | 101000001 | 1011110 | 110110 |
Color Harmonies of #F819AA
Complementary color
Monochromatic Colors of #F819AA
Black with #F819AA
Text Example
Text Example
White with #F819AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819AA; }
p { color: rgb(248,25,170); }
H1.HeaderClassName
{
color: #F819AA;
}
.AnyTagClassName
{
color: #F819AA;
}
</style>
background-color css
<style>
a { background-color: #F819AA; }
a { background-color: rgb(248,25,170); }
div.DivClassName
{
background-color: #F819AA;
}
.BgClassName
{
background-color: #F819AA;
}
</style>
border-color css
<style>
span { border-color: #F819AA; }
span { border-color: rgb(248,25,170); }
td.TdClassName
{
border-color: #F819AA;
}
.TagClassName
{
border-color: #F819AA;
}
</style>