Shades of Spicy Pink #F322AA
Tints of Spicy Pink #F322AA
RGB
CMYK
RGB Variations
Color information
#F322AA (or 0xF322AA) is known color: Spicy Pink. HEX triplet: F3, 22 and AA. RGB value is (243,34,170). Sum of RGB (Red+Green+Blue) = 243+34+170=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F322AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F322AA is #0CDD55. Grayscale: #6F6F6F. Windows color (decimal): -843094 or 11150067. OLE color: 11150067.
HSL color Cylindrical-coordinate representation of color #F322AA: hue angle of 320.96º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F322AA is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 170 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.05 |
| HSL | 320.96º | 0.9% | 0.54% | - |
| HSV(B) | 320.96º | 0.86% | 0.95% | - |
| XYZ | 44.79 | 23.1 | 40.13 | - |
| YUV | 112 | 160.74 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 170 | 0 | 0.86 | 0.30 | 0.05 | 320.96 | 0.9 | 0.54 |
| Hex | F3 | 22 | AA | 0 | 56 | 1E | 5 | 141 | 5A | 36 |
| Octal | 363 | 42 | 252 | 0 | 126 | 36 | 5 | 501 | 132 | 66 |
| Binary | 11110011 | 100010 | 10101010 | 0 | 1010110 | 11110 | 101 | 101000001 | 1011010 | 110110 |
Color Harmonies of #F322AA
Complementary color
Monochromatic Colors of #F322AA
Black with #F322AA
Text Example
Text Example
White with #F322AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322AA; }
p { color: rgb(243,34,170); }
H1.HeaderClassName
{
color: #F322AA;
}
.AnyTagClassName
{
color: #F322AA;
}
</style>
background-color css
<style>
a { background-color: #F322AA; }
a { background-color: rgb(243,34,170); }
div.DivClassName
{
background-color: #F322AA;
}
.BgClassName
{
background-color: #F322AA;
}
</style>
border-color css
<style>
span { border-color: #F322AA; }
span { border-color: rgb(243,34,170); }
td.TdClassName
{
border-color: #F322AA;
}
.TagClassName
{
border-color: #F322AA;
}
</style>