Shades of Spicy Pink #F92AAF
Tints of Spicy Pink #F92AAF
RGB
CMYK
RGB Variations
Color information
#F92AAF (or 0xF92AAF) is known color: Spicy Pink. HEX triplet: F9, 2A and AF. RGB value is (249,42,175). Sum of RGB (Red+Green+Blue) = 249+42+175=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F92AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92AAF is #06D550. Grayscale: #767676. Windows color (decimal): -447825 or 11479801. OLE color: 11479801.
HSL color Cylindrical-coordinate representation of color #F92AAF: hue angle of 321.45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92AAF is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 175 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.02 |
| HSL | 321.45º | 0.95% | 0.57% | - |
| HSV(B) | 321.45º | 0.83% | 0.98% | - |
| XYZ | 47.63 | 24.89 | 42.85 | - |
| YUV | 119.06 | 159.58 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 175 | 0 | 0.83 | 0.30 | 0.02 | 321.45 | 0.95 | 0.57 |
| Hex | F9 | 2A | AF | 0 | 53 | 1E | 2 | 141 | 5F | 39 |
| Octal | 371 | 52 | 257 | 0 | 123 | 36 | 2 | 501 | 137 | 71 |
| Binary | 11111001 | 101010 | 10101111 | 0 | 1010011 | 11110 | 10 | 101000001 | 1011111 | 111001 |
Color Harmonies of #F92AAF
Complementary color
Monochromatic Colors of #F92AAF
Black with #F92AAF
Text Example
Text Example
White with #F92AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92AAF; }
p { color: rgb(249,42,175); }
H1.HeaderClassName
{
color: #F92AAF;
}
.AnyTagClassName
{
color: #F92AAF;
}
</style>
background-color css
<style>
a { background-color: #F92AAF; }
a { background-color: rgb(249,42,175); }
div.DivClassName
{
background-color: #F92AAF;
}
.BgClassName
{
background-color: #F92AAF;
}
</style>
border-color css
<style>
span { border-color: #F92AAF; }
span { border-color: rgb(249,42,175); }
td.TdClassName
{
border-color: #F92AAF;
}
.TagClassName
{
border-color: #F92AAF;
}
</style>