Shades of Spicy Pink #F323AA
Tints of Spicy Pink #F323AA
RGB
CMYK
RGB Variations
Color information
#F323AA (or 0xF323AA) is known color: Spicy Pink. HEX triplet: F3, 23 and AA. RGB value is (243,35,170). Sum of RGB (Red+Green+Blue) = 243+35+170=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F323AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F323AA is #0CDC55. Grayscale: #707070. Windows color (decimal): -842838 or 11150323. OLE color: 11150323.
HSL color Cylindrical-coordinate representation of color #F323AA: hue angle of 321.06º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323AA is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 170 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.05 |
| HSL | 321.06º | 0.9% | 0.55% | - |
| HSV(B) | 321.06º | 0.86% | 0.95% | - |
| XYZ | 44.82 | 23.16 | 40.14 | - |
| YUV | 112.58 | 160.41 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 170 | 0 | 0.86 | 0.30 | 0.05 | 321.06 | 0.9 | 0.55 |
| Hex | F3 | 23 | AA | 0 | 56 | 1E | 5 | 141 | 5A | 37 |
| Octal | 363 | 43 | 252 | 0 | 126 | 36 | 5 | 501 | 132 | 67 |
| Binary | 11110011 | 100011 | 10101010 | 0 | 1010110 | 11110 | 101 | 101000001 | 1011010 | 110111 |
Color Harmonies of #F323AA
Complementary color
Monochromatic Colors of #F323AA
Black with #F323AA
Text Example
Text Example
White with #F323AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323AA; }
p { color: rgb(243,35,170); }
H1.HeaderClassName
{
color: #F323AA;
}
.AnyTagClassName
{
color: #F323AA;
}
</style>
background-color css
<style>
a { background-color: #F323AA; }
a { background-color: rgb(243,35,170); }
div.DivClassName
{
background-color: #F323AA;
}
.BgClassName
{
background-color: #F323AA;
}
</style>
border-color css
<style>
span { border-color: #F323AA; }
span { border-color: rgb(243,35,170); }
td.TdClassName
{
border-color: #F323AA;
}
.TagClassName
{
border-color: #F323AA;
}
</style>