Shades of Spicy Pink #F321AD
Tints of Spicy Pink #F321AD
RGB
CMYK
RGB Variations
Color information
#F321AD (or 0xF321AD) is known color: Spicy Pink. HEX triplet: F3, 21 and AD. RGB value is (243,33,173). Sum of RGB (Red+Green+Blue) = 243+33+173=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F321AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F321AD is #0CDE52. Grayscale: #6F6F6F. Windows color (decimal): -843347 or 11346419. OLE color: 11346419.
HSL color Cylindrical-coordinate representation of color #F321AD: hue angle of 320º 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 #F321AD is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 173 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 320º | 0.9% | 0.54% | - |
| HSV(B) | 320º | 0.86% | 0.95% | - |
| XYZ | 45.05 | 23.16 | 41.63 | - |
| YUV | 111.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 173 | 0 | 0.86 | 0.29 | 0.05 | 320 | 0.9 | 0.54 |
| Hex | F3 | 21 | AD | 0 | 56 | 1D | 5 | 140 | 5A | 36 |
| Octal | 363 | 41 | 255 | 0 | 126 | 35 | 5 | 500 | 132 | 66 |
| Binary | 11110011 | 100001 | 10101101 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011010 | 110110 |
Color Harmonies of #F321AD
Complementary color
Monochromatic Colors of #F321AD
Black with #F321AD
Text Example
Text Example
White with #F321AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321AD; }
p { color: rgb(243,33,173); }
H1.HeaderClassName
{
color: #F321AD;
}
.AnyTagClassName
{
color: #F321AD;
}
</style>
background-color css
<style>
a { background-color: #F321AD; }
a { background-color: rgb(243,33,173); }
div.DivClassName
{
background-color: #F321AD;
}
.BgClassName
{
background-color: #F321AD;
}
</style>
border-color css
<style>
span { border-color: #F321AD; }
span { border-color: rgb(243,33,173); }
td.TdClassName
{
border-color: #F321AD;
}
.TagClassName
{
border-color: #F321AD;
}
</style>