Shades of Spicy Pink #F321A8
Tints of Spicy Pink #F321A8
RGB
CMYK
RGB Variations
Color information
#F321A8 (or 0xF321A8) is known color: Spicy Pink. HEX triplet: F3, 21 and A8. RGB value is (243,33,168). Sum of RGB (Red+Green+Blue) = 243+33+168=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F321A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F321A8 is #0CDE57. Grayscale: #6E6E6E. Windows color (decimal): -843352 or 11018739. OLE color: 11018739.
HSL color Cylindrical-coordinate representation of color #F321A8: hue angle of 321.43º 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 #F321A8 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 168 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.05 |
| HSL | 321.43º | 0.9% | 0.54% | - |
| HSV(B) | 321.43º | 0.86% | 0.95% | - |
| XYZ | 44.57 | 22.97 | 39.13 | - |
| YUV | 111.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 168 | 0 | 0.86 | 0.31 | 0.05 | 321.43 | 0.9 | 0.54 |
| Hex | F3 | 21 | A8 | 0 | 56 | 1F | 5 | 141 | 5A | 36 |
| Octal | 363 | 41 | 250 | 0 | 126 | 37 | 5 | 501 | 132 | 66 |
| Binary | 11110011 | 100001 | 10101000 | 0 | 1010110 | 11111 | 101 | 101000001 | 1011010 | 110110 |
Color Harmonies of #F321A8
Complementary color
Monochromatic Colors of #F321A8
Black with #F321A8
Text Example
Text Example
White with #F321A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321A8; }
p { color: rgb(243,33,168); }
H1.HeaderClassName
{
color: #F321A8;
}
.AnyTagClassName
{
color: #F321A8;
}
</style>
background-color css
<style>
a { background-color: #F321A8; }
a { background-color: rgb(243,33,168); }
div.DivClassName
{
background-color: #F321A8;
}
.BgClassName
{
background-color: #F321A8;
}
</style>
border-color css
<style>
span { border-color: #F321A8; }
span { border-color: rgb(243,33,168); }
td.TdClassName
{
border-color: #F321A8;
}
.TagClassName
{
border-color: #F321A8;
}
</style>