Shades of Amaranth #F32152
Tints of Amaranth #F32152
RGB
CMYK
RGB Variations
Color information
#F32152 (or 0xF32152) is known color: Amaranth. HEX triplet: F3, 21 and 52. RGB value is (243,33,82). Sum of RGB (Red+Green+Blue) = 243+33+82=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F32152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32152 is #0CDEAD. Grayscale: #656565. Windows color (decimal): -843438 or 5382643. OLE color: 5382643.
HSL color Cylindrical-coordinate representation of color #F32152: hue angle of 346º 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 #F32152 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 82 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.05 |
| HSL | 346º | 0.9% | 0.54% | - |
| HSV(B) | 346º | 0.86% | 0.95% | - |
| XYZ | 39.03 | 20.75 | 9.93 | - |
| YUV | 101.38 | 117.07 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 82 | 0 | 0.86 | 0.66 | 0.05 | 346 | 0.9 | 0.54 |
| Hex | F3 | 21 | 52 | 0 | 56 | 42 | 5 | 15A | 5A | 36 |
| Octal | 363 | 41 | 122 | 0 | 126 | 102 | 5 | 532 | 132 | 66 |
| Binary | 11110011 | 100001 | 1010010 | 0 | 1010110 | 1000010 | 101 | 101011010 | 1011010 | 110110 |
Color Harmonies of #F32152
Complementary color
Monochromatic Colors of #F32152
Black with #F32152
Text Example
Text Example
White with #F32152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32152; }
p { color: rgb(243,33,82); }
H1.HeaderClassName
{
color: #F32152;
}
.AnyTagClassName
{
color: #F32152;
}
</style>
background-color css
<style>
a { background-color: #F32152; }
a { background-color: rgb(243,33,82); }
div.DivClassName
{
background-color: #F32152;
}
.BgClassName
{
background-color: #F32152;
}
</style>
border-color css
<style>
span { border-color: #F32152; }
span { border-color: rgb(243,33,82); }
td.TdClassName
{
border-color: #F32152;
}
.TagClassName
{
border-color: #F32152;
}
</style>