Shades of Spicy Pink #F321AC
Tints of Spicy Pink #F321AC
RGB
CMYK
RGB Variations
Color information
#F321AC (or 0xF321AC) is known color: Spicy Pink. HEX triplet: F3, 21 and AC. RGB value is (243,33,172). Sum of RGB (Red+Green+Blue) = 243+33+172=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F321AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F321AC is #0CDE53. Grayscale: #6F6F6F. Windows color (decimal): -843348 or 11280883. OLE color: 11280883.
HSL color Cylindrical-coordinate representation of color #F321AC: hue angle of 320.29º 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 #F321AC is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 172 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 320.29º | 0.9% | 0.54% | - |
| HSV(B) | 320.29º | 0.86% | 0.95% | - |
| XYZ | 44.95 | 23.12 | 41.12 | - |
| YUV | 111.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 172 | 0 | 0.86 | 0.29 | 0.05 | 320.29 | 0.9 | 0.54 |
| Hex | F3 | 21 | AC | 0 | 56 | 1D | 5 | 140 | 5A | 36 |
| Octal | 363 | 41 | 254 | 0 | 126 | 35 | 5 | 500 | 132 | 66 |
| Binary | 11110011 | 100001 | 10101100 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011010 | 110110 |
Color Harmonies of #F321AC
Complementary color
Monochromatic Colors of #F321AC
Black with #F321AC
Text Example
Text Example
White with #F321AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321AC; }
p { color: rgb(243,33,172); }
H1.HeaderClassName
{
color: #F321AC;
}
.AnyTagClassName
{
color: #F321AC;
}
</style>
background-color css
<style>
a { background-color: #F321AC; }
a { background-color: rgb(243,33,172); }
div.DivClassName
{
background-color: #F321AC;
}
.BgClassName
{
background-color: #F321AC;
}
</style>
border-color css
<style>
span { border-color: #F321AC; }
span { border-color: rgb(243,33,172); }
td.TdClassName
{
border-color: #F321AC;
}
.TagClassName
{
border-color: #F321AC;
}
</style>