Shades of Spicy Pink #F919AA
Tints of Spicy Pink #F919AA
RGB
CMYK
RGB Variations
Color information
#F919AA (or 0xF919AA) is known color: Spicy Pink. HEX triplet: F9, 19 and AA. RGB value is (249,25,170). Sum of RGB (Red+Green+Blue) = 249+25+170=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F919AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919AA is #06E655. Grayscale: #6C6C6C. Windows color (decimal): -452182 or 11147769. OLE color: 11147769.
HSL color Cylindrical-coordinate representation of color #F919AA: hue angle of 321.16º 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 #F919AA is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.02 |
| HSL | 321.16º | 0.95% | 0.54% | - |
| HSV(B) | 321.16º | 0.9% | 0.98% | - |
| XYZ | 46.67 | 23.74 | 40.15 | - |
| YUV | 108.51 | 162.71 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 170 | 0 | 0.90 | 0.32 | 0.02 | 321.16 | 0.95 | 0.54 |
| Hex | F9 | 19 | AA | 0 | 5A | 20 | 2 | 141 | 5F | 36 |
| Octal | 371 | 31 | 252 | 0 | 132 | 40 | 2 | 501 | 137 | 66 |
| Binary | 11111001 | 11001 | 10101010 | 0 | 1011010 | 100000 | 10 | 101000001 | 1011111 | 110110 |
Color Harmonies of #F919AA
Complementary color
Monochromatic Colors of #F919AA
Black with #F919AA
Text Example
Text Example
White with #F919AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919AA; }
p { color: rgb(249,25,170); }
H1.HeaderClassName
{
color: #F919AA;
}
.AnyTagClassName
{
color: #F919AA;
}
</style>
background-color css
<style>
a { background-color: #F919AA; }
a { background-color: rgb(249,25,170); }
div.DivClassName
{
background-color: #F919AA;
}
.BgClassName
{
background-color: #F919AA;
}
</style>
border-color css
<style>
span { border-color: #F919AA; }
span { border-color: rgb(249,25,170); }
td.TdClassName
{
border-color: #F919AA;
}
.TagClassName
{
border-color: #F919AA;
}
</style>