Shades of Spicy Pink #F322AD
Tints of Spicy Pink #F322AD
RGB
CMYK
RGB Variations
Color information
#F322AD (or 0xF322AD) is known color: Spicy Pink. HEX triplet: F3, 22 and AD. RGB value is (243,34,173). Sum of RGB (Red+Green+Blue) = 243+34+173=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F322AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F322AD is #0CDD52. Grayscale: #6F6F6F. Windows color (decimal): -843091 or 11346675. OLE color: 11346675.
HSL color Cylindrical-coordinate representation of color #F322AD: hue angle of 320.1º 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 #F322AD is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 173 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 320.1º | 0.9% | 0.54% | - |
| HSV(B) | 320.1º | 0.86% | 0.95% | - |
| XYZ | 45.08 | 23.22 | 41.64 | - |
| YUV | 112.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 173 | 0 | 0.86 | 0.29 | 0.05 | 320.1 | 0.9 | 0.54 |
| Hex | F3 | 22 | AD | 0 | 56 | 1D | 5 | 140 | 5A | 36 |
| Octal | 363 | 42 | 255 | 0 | 126 | 35 | 5 | 500 | 132 | 66 |
| Binary | 11110011 | 100010 | 10101101 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011010 | 110110 |
Color Harmonies of #F322AD
Complementary color
Monochromatic Colors of #F322AD
Black with #F322AD
Text Example
Text Example
White with #F322AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322AD; }
p { color: rgb(243,34,173); }
H1.HeaderClassName
{
color: #F322AD;
}
.AnyTagClassName
{
color: #F322AD;
}
</style>
background-color css
<style>
a { background-color: #F322AD; }
a { background-color: rgb(243,34,173); }
div.DivClassName
{
background-color: #F322AD;
}
.BgClassName
{
background-color: #F322AD;
}
</style>
border-color css
<style>
span { border-color: #F322AD; }
span { border-color: rgb(243,34,173); }
td.TdClassName
{
border-color: #F322AD;
}
.TagClassName
{
border-color: #F322AD;
}
</style>