Shades of Amaranth #F32058
Tints of Amaranth #F32058
RGB
CMYK
RGB Variations
Color information
#F32058 (or 0xF32058) is known color: Amaranth. HEX triplet: F3, 20 and 58. RGB value is (243,32,88). Sum of RGB (Red+Green+Blue) = 243+32+88=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32058 is #0CDFA7. Grayscale: #656565. Windows color (decimal): -843688 or 5775603. OLE color: 5775603.
HSL color Cylindrical-coordinate representation of color #F32058: hue angle of 344.08º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32058 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 88 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.05 |
| HSL | 344.08º | 0.9% | 0.54% | - |
| HSV(B) | 344.08º | 0.87% | 0.95% | - |
| XYZ | 39.24 | 20.79 | 11.18 | - |
| YUV | 101.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 88 | 0 | 0.87 | 0.64 | 0.05 | 344.08 | 0.9 | 0.54 |
| Hex | F3 | 20 | 58 | 0 | 57 | 40 | 5 | 158 | 5A | 36 |
| Octal | 363 | 40 | 130 | 0 | 127 | 100 | 5 | 530 | 132 | 66 |
| Binary | 11110011 | 100000 | 1011000 | 0 | 1010111 | 1000000 | 101 | 101011000 | 1011010 | 110110 |
Color Harmonies of #F32058
Complementary color
Monochromatic Colors of #F32058
Black with #F32058
Text Example
Text Example
White with #F32058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32058; }
p { color: rgb(243,32,88); }
H1.HeaderClassName
{
color: #F32058;
}
.AnyTagClassName
{
color: #F32058;
}
</style>
background-color css
<style>
a { background-color: #F32058; }
a { background-color: rgb(243,32,88); }
div.DivClassName
{
background-color: #F32058;
}
.BgClassName
{
background-color: #F32058;
}
</style>
border-color css
<style>
span { border-color: #F32058; }
span { border-color: rgb(243,32,88); }
td.TdClassName
{
border-color: #F32058;
}
.TagClassName
{
border-color: #F32058;
}
</style>