Shades of Spicy Pink #F320AB
Tints of Spicy Pink #F320AB
RGB
CMYK
RGB Variations
Color information
#F320AB (or 0xF320AB) is known color: Spicy Pink. HEX triplet: F3, 20 and AB. RGB value is (243,32,171). Sum of RGB (Red+Green+Blue) = 243+32+171=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F320AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F320AB is #0CDF54. Grayscale: #6E6E6E. Windows color (decimal): -843605 or 11215091. OLE color: 11215091.
HSL color Cylindrical-coordinate representation of color #F320AB: hue angle of 320.47º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320AB is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 171 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.05 |
| HSL | 320.47º | 0.9% | 0.54% | - |
| HSV(B) | 320.47º | 0.87% | 0.95% | - |
| XYZ | 44.83 | 23.03 | 40.61 | - |
| YUV | 110.94 | 161.9 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 171 | 0 | 0.87 | 0.30 | 0.05 | 320.47 | 0.9 | 0.54 |
| Hex | F3 | 20 | AB | 0 | 57 | 1E | 5 | 140 | 5A | 36 |
| Octal | 363 | 40 | 253 | 0 | 127 | 36 | 5 | 500 | 132 | 66 |
| Binary | 11110011 | 100000 | 10101011 | 0 | 1010111 | 11110 | 101 | 101000000 | 1011010 | 110110 |
Color Harmonies of #F320AB
Complementary color
Monochromatic Colors of #F320AB
Black with #F320AB
Text Example
Text Example
White with #F320AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320AB; }
p { color: rgb(243,32,171); }
H1.HeaderClassName
{
color: #F320AB;
}
.AnyTagClassName
{
color: #F320AB;
}
</style>
background-color css
<style>
a { background-color: #F320AB; }
a { background-color: rgb(243,32,171); }
div.DivClassName
{
background-color: #F320AB;
}
.BgClassName
{
background-color: #F320AB;
}
</style>
border-color css
<style>
span { border-color: #F320AB; }
span { border-color: rgb(243,32,171); }
td.TdClassName
{
border-color: #F320AB;
}
.TagClassName
{
border-color: #F320AB;
}
</style>