Shades of Amaranth #F32652
Tints of Amaranth #F32652
RGB
CMYK
RGB Variations
Color information
#F32652 (or 0xF32652) is known color: Amaranth. HEX triplet: F3, 26 and 52. RGB value is (243,38,82). Sum of RGB (Red+Green+Blue) = 243+38+82=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32652 is #0CD9AD. Grayscale: #686868. Windows color (decimal): -842158 or 5383923. OLE color: 5383923.
HSL color Cylindrical-coordinate representation of color #F32652: hue angle of 347.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32652 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 82 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.05 |
| HSL | 347.12º | 0.9% | 0.55% | - |
| HSV(B) | 347.12º | 0.84% | 0.95% | - |
| XYZ | 39.18 | 21.05 | 9.98 | - |
| YUV | 104.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 82 | 0 | 0.84 | 0.66 | 0.05 | 347.12 | 0.9 | 0.55 |
| Hex | F3 | 26 | 52 | 0 | 54 | 42 | 5 | 15B | 5A | 37 |
| Octal | 363 | 46 | 122 | 0 | 124 | 102 | 5 | 533 | 132 | 67 |
| Binary | 11110011 | 100110 | 1010010 | 0 | 1010100 | 1000010 | 101 | 101011011 | 1011010 | 110111 |
Color Harmonies of #F32652
Complementary color
Monochromatic Colors of #F32652
Black with #F32652
Text Example
Text Example
White with #F32652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32652; }
p { color: rgb(243,38,82); }
H1.HeaderClassName
{
color: #F32652;
}
.AnyTagClassName
{
color: #F32652;
}
</style>
background-color css
<style>
a { background-color: #F32652; }
a { background-color: rgb(243,38,82); }
div.DivClassName
{
background-color: #F32652;
}
.BgClassName
{
background-color: #F32652;
}
</style>
border-color css
<style>
span { border-color: #F32652; }
span { border-color: rgb(243,38,82); }
td.TdClassName
{
border-color: #F32652;
}
.TagClassName
{
border-color: #F32652;
}
</style>