Shades of Amaranth #F32552
Tints of Amaranth #F32552
RGB
CMYK
RGB Variations
Color information
#F32552 (or 0xF32552) is known color: Amaranth. HEX triplet: F3, 25 and 52. RGB value is (243,37,82). Sum of RGB (Red+Green+Blue) = 243+37+82=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F32552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32552 is #0CDAAD. Grayscale: #676767. Windows color (decimal): -842414 or 5383667. OLE color: 5383667.
HSL color Cylindrical-coordinate representation of color #F32552: hue angle of 346.89º 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 #F32552 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 82 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.05 |
| HSL | 346.89º | 0.9% | 0.55% | - |
| HSV(B) | 346.89º | 0.85% | 0.95% | - |
| XYZ | 39.15 | 20.99 | 9.97 | - |
| YUV | 103.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 82 | 0 | 0.85 | 0.66 | 0.05 | 346.89 | 0.9 | 0.55 |
| Hex | F3 | 25 | 52 | 0 | 55 | 42 | 5 | 15B | 5A | 37 |
| Octal | 363 | 45 | 122 | 0 | 125 | 102 | 5 | 533 | 132 | 67 |
| Binary | 11110011 | 100101 | 1010010 | 0 | 1010101 | 1000010 | 101 | 101011011 | 1011010 | 110111 |
Color Harmonies of #F32552
Complementary color
Monochromatic Colors of #F32552
Black with #F32552
Text Example
Text Example
White with #F32552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32552; }
p { color: rgb(243,37,82); }
H1.HeaderClassName
{
color: #F32552;
}
.AnyTagClassName
{
color: #F32552;
}
</style>
background-color css
<style>
a { background-color: #F32552; }
a { background-color: rgb(243,37,82); }
div.DivClassName
{
background-color: #F32552;
}
.BgClassName
{
background-color: #F32552;
}
</style>
border-color css
<style>
span { border-color: #F32552; }
span { border-color: rgb(243,37,82); }
td.TdClassName
{
border-color: #F32552;
}
.TagClassName
{
border-color: #F32552;
}
</style>