Shades of Spicy Pink #F920AA
Tints of Spicy Pink #F920AA
RGB
CMYK
RGB Variations
Color information
#F920AA (or 0xF920AA) is known color: Spicy Pink. HEX triplet: F9, 20 and AA. RGB value is (249,32,170). Sum of RGB (Red+Green+Blue) = 249+32+170=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F920AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F920AA is #06DF55. Grayscale: #707070. Windows color (decimal): -450390 or 11149561. OLE color: 11149561.
HSL color Cylindrical-coordinate representation of color #F920AA: hue angle of 321.84º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920AA is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 170 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.02 |
| HSL | 321.84º | 0.95% | 0.55% | - |
| HSV(B) | 321.84º | 0.87% | 0.98% | - |
| XYZ | 46.84 | 24.08 | 40.21 | - |
| YUV | 112.62 | 160.39 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 170 | 0 | 0.87 | 0.32 | 0.02 | 321.84 | 0.95 | 0.55 |
| Hex | F9 | 20 | AA | 0 | 57 | 20 | 2 | 142 | 5F | 37 |
| Octal | 371 | 40 | 252 | 0 | 127 | 40 | 2 | 502 | 137 | 67 |
| Binary | 11111001 | 100000 | 10101010 | 0 | 1010111 | 100000 | 10 | 101000010 | 1011111 | 110111 |
Color Harmonies of #F920AA
Complementary color
Monochromatic Colors of #F920AA
Black with #F920AA
Text Example
Text Example
White with #F920AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F920AA; }
p { color: rgb(249,32,170); }
H1.HeaderClassName
{
color: #F920AA;
}
.AnyTagClassName
{
color: #F920AA;
}
</style>
background-color css
<style>
a { background-color: #F920AA; }
a { background-color: rgb(249,32,170); }
div.DivClassName
{
background-color: #F920AA;
}
.BgClassName
{
background-color: #F920AA;
}
</style>
border-color css
<style>
span { border-color: #F920AA; }
span { border-color: rgb(249,32,170); }
td.TdClassName
{
border-color: #F920AA;
}
.TagClassName
{
border-color: #F920AA;
}
</style>