Shades of Amaranth #F32452
Tints of Amaranth #F32452
RGB
CMYK
RGB Variations
Color information
#F32452 (or 0xF32452) is known color: Amaranth. HEX triplet: F3, 24 and 52. RGB value is (243,36,82). Sum of RGB (Red+Green+Blue) = 243+36+82=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F32452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32452 is #0CDBAD. Grayscale: #676767. Windows color (decimal): -842670 or 5383411. OLE color: 5383411.
HSL color Cylindrical-coordinate representation of color #F32452: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32452 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 82 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.05 |
| HSL | 346.67º | 0.9% | 0.55% | - |
| HSV(B) | 346.67º | 0.85% | 0.95% | - |
| XYZ | 39.12 | 20.93 | 9.96 | - |
| YUV | 103.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 82 | 0 | 0.85 | 0.66 | 0.05 | 346.67 | 0.9 | 0.55 |
| Hex | F3 | 24 | 52 | 0 | 55 | 42 | 5 | 15B | 5A | 37 |
| Octal | 363 | 44 | 122 | 0 | 125 | 102 | 5 | 533 | 132 | 67 |
| Binary | 11110011 | 100100 | 1010010 | 0 | 1010101 | 1000010 | 101 | 101011011 | 1011010 | 110111 |
Color Harmonies of #F32452
Complementary color
Monochromatic Colors of #F32452
Black with #F32452
Text Example
Text Example
White with #F32452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32452; }
p { color: rgb(243,36,82); }
H1.HeaderClassName
{
color: #F32452;
}
.AnyTagClassName
{
color: #F32452;
}
</style>
background-color css
<style>
a { background-color: #F32452; }
a { background-color: rgb(243,36,82); }
div.DivClassName
{
background-color: #F32452;
}
.BgClassName
{
background-color: #F32452;
}
</style>
border-color css
<style>
span { border-color: #F32452; }
span { border-color: rgb(243,36,82); }
td.TdClassName
{
border-color: #F32452;
}
.TagClassName
{
border-color: #F32452;
}
</style>