Shades of Amaranth #F32F54
Tints of Amaranth #F32F54
RGB
CMYK
RGB Variations
Color information
#F32F54 (or 0xF32F54) is known color: Amaranth. HEX triplet: F3, 2F and 54. RGB value is (243,47,84). Sum of RGB (Red+Green+Blue) = 243+47+84=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F54 is #0CD0AB. Grayscale: #6D6D6D. Windows color (decimal): -839852 or 5517299. OLE color: 5517299.
HSL color Cylindrical-coordinate representation of color #F32F54: hue angle of 348.67º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F54 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 84 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.05 |
| HSL | 348.67º | 0.89% | 0.57% | - |
| HSV(B) | 348.67º | 0.81% | 0.95% | - |
| XYZ | 39.58 | 21.73 | 10.5 | - |
| YUV | 109.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 84 | 0 | 0.81 | 0.65 | 0.05 | 348.67 | 0.89 | 0.57 |
| Hex | F3 | 2F | 54 | 0 | 51 | 41 | 5 | 15D | 59 | 39 |
| Octal | 363 | 57 | 124 | 0 | 121 | 101 | 5 | 535 | 131 | 71 |
| Binary | 11110011 | 101111 | 1010100 | 0 | 1010001 | 1000001 | 101 | 101011101 | 1011001 | 111001 |
Color Harmonies of #F32F54
Complementary color
Monochromatic Colors of #F32F54
Black with #F32F54
Text Example
Text Example
White with #F32F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F54; }
p { color: rgb(243,47,84); }
H1.HeaderClassName
{
color: #F32F54;
}
.AnyTagClassName
{
color: #F32F54;
}
</style>
background-color css
<style>
a { background-color: #F32F54; }
a { background-color: rgb(243,47,84); }
div.DivClassName
{
background-color: #F32F54;
}
.BgClassName
{
background-color: #F32F54;
}
</style>
border-color css
<style>
span { border-color: #F32F54; }
span { border-color: rgb(243,47,84); }
td.TdClassName
{
border-color: #F32F54;
}
.TagClassName
{
border-color: #F32F54;
}
</style>