Shades of Amaranth #F32352
Tints of Amaranth #F32352
RGB
CMYK
RGB Variations
Color information
#F32352 (or 0xF32352) is known color: Amaranth. HEX triplet: F3, 23 and 52. RGB value is (243,35,82). Sum of RGB (Red+Green+Blue) = 243+35+82=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F32352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32352 is #0CDCAD. Grayscale: #666666. Windows color (decimal): -842926 or 5383155. OLE color: 5383155.
HSL color Cylindrical-coordinate representation of color #F32352: hue angle of 346.44º 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 #F32352 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 82 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.05 |
| HSL | 346.44º | 0.9% | 0.55% | - |
| HSV(B) | 346.44º | 0.86% | 0.95% | - |
| XYZ | 39.09 | 20.87 | 9.95 | - |
| YUV | 102.55 | 116.41 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 82 | 0 | 0.86 | 0.66 | 0.05 | 346.44 | 0.9 | 0.55 |
| Hex | F3 | 23 | 52 | 0 | 56 | 42 | 5 | 15A | 5A | 37 |
| Octal | 363 | 43 | 122 | 0 | 126 | 102 | 5 | 532 | 132 | 67 |
| Binary | 11110011 | 100011 | 1010010 | 0 | 1010110 | 1000010 | 101 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F32352
Complementary color
Monochromatic Colors of #F32352
Black with #F32352
Text Example
Text Example
White with #F32352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32352; }
p { color: rgb(243,35,82); }
H1.HeaderClassName
{
color: #F32352;
}
.AnyTagClassName
{
color: #F32352;
}
</style>
background-color css
<style>
a { background-color: #F32352; }
a { background-color: rgb(243,35,82); }
div.DivClassName
{
background-color: #F32352;
}
.BgClassName
{
background-color: #F32352;
}
</style>
border-color css
<style>
span { border-color: #F32352; }
span { border-color: rgb(243,35,82); }
td.TdClassName
{
border-color: #F32352;
}
.TagClassName
{
border-color: #F32352;
}
</style>