Shades of Spicy Pink #F321AB
Tints of Spicy Pink #F321AB
RGB
CMYK
RGB Variations
Color information
#F321AB (or 0xF321AB) is known color: Spicy Pink. HEX triplet: F3, 21 and AB. RGB value is (243,33,171). Sum of RGB (Red+Green+Blue) = 243+33+171=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F321AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F321AB is #0CDE54. Grayscale: #6F6F6F. Windows color (decimal): -843349 or 11215347. OLE color: 11215347.
HSL color Cylindrical-coordinate representation of color #F321AB: hue angle of 320.57º 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 #F321AB is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 171 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.05 |
| HSL | 320.57º | 0.9% | 0.54% | - |
| HSV(B) | 320.57º | 0.86% | 0.95% | - |
| XYZ | 44.86 | 23.08 | 40.62 | - |
| YUV | 111.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 171 | 0 | 0.86 | 0.30 | 0.05 | 320.57 | 0.9 | 0.54 |
| Hex | F3 | 21 | AB | 0 | 56 | 1E | 5 | 141 | 5A | 36 |
| Octal | 363 | 41 | 253 | 0 | 126 | 36 | 5 | 501 | 132 | 66 |
| Binary | 11110011 | 100001 | 10101011 | 0 | 1010110 | 11110 | 101 | 101000001 | 1011010 | 110110 |
Color Harmonies of #F321AB
Complementary color
Monochromatic Colors of #F321AB
Black with #F321AB
Text Example
Text Example
White with #F321AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321AB; }
p { color: rgb(243,33,171); }
H1.HeaderClassName
{
color: #F321AB;
}
.AnyTagClassName
{
color: #F321AB;
}
</style>
background-color css
<style>
a { background-color: #F321AB; }
a { background-color: rgb(243,33,171); }
div.DivClassName
{
background-color: #F321AB;
}
.BgClassName
{
background-color: #F321AB;
}
</style>
border-color css
<style>
span { border-color: #F321AB; }
span { border-color: rgb(243,33,171); }
td.TdClassName
{
border-color: #F321AB;
}
.TagClassName
{
border-color: #F321AB;
}
</style>