Shades of Amaranth #F32153
Tints of Amaranth #F32153
RGB
CMYK
RGB Variations
Color information
#F32153 (or 0xF32153) is known color: Amaranth. HEX triplet: F3, 21 and 53. RGB value is (243,33,83). Sum of RGB (Red+Green+Blue) = 243+33+83=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F32153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32153 is #0CDEAC. Grayscale: #656565. Windows color (decimal): -843437 or 5448179. OLE color: 5448179.
HSL color Cylindrical-coordinate representation of color #F32153: hue angle of 345.71º 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 #F32153 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 83 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.05 |
| HSL | 345.71º | 0.9% | 0.54% | - |
| HSV(B) | 345.71º | 0.86% | 0.95% | - |
| XYZ | 39.07 | 20.77 | 10.13 | - |
| YUV | 101.49 | 117.57 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 83 | 0 | 0.86 | 0.66 | 0.05 | 345.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | 53 | 0 | 56 | 42 | 5 | 15A | 5A | 36 |
| Octal | 363 | 41 | 123 | 0 | 126 | 102 | 5 | 532 | 132 | 66 |
| Binary | 11110011 | 100001 | 1010011 | 0 | 1010110 | 1000010 | 101 | 101011010 | 1011010 | 110110 |
Color Harmonies of #F32153
Complementary color
Monochromatic Colors of #F32153
Black with #F32153
Text Example
Text Example
White with #F32153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32153; }
p { color: rgb(243,33,83); }
H1.HeaderClassName
{
color: #F32153;
}
.AnyTagClassName
{
color: #F32153;
}
</style>
background-color css
<style>
a { background-color: #F32153; }
a { background-color: rgb(243,33,83); }
div.DivClassName
{
background-color: #F32153;
}
.BgClassName
{
background-color: #F32153;
}
</style>
border-color css
<style>
span { border-color: #F32153; }
span { border-color: rgb(243,33,83); }
td.TdClassName
{
border-color: #F32153;
}
.TagClassName
{
border-color: #F32153;
}
</style>