Shades of Amaranth #F32950
Tints of Amaranth #F32950
RGB
CMYK
RGB Variations
Color information
#F32950 (or 0xF32950) is known color: Amaranth. HEX triplet: F3, 29 and 50. RGB value is (243,41,80). Sum of RGB (Red+Green+Blue) = 243+41+80=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32950 is #0CD6AF. Grayscale: #696969. Windows color (decimal): -841392 or 5253619. OLE color: 5253619.
HSL color Cylindrical-coordinate representation of color #F32950: hue angle of 348.42º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32950 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 80 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.05 |
| HSL | 348.42º | 0.89% | 0.56% | - |
| HSV(B) | 348.42º | 0.83% | 0.95% | - |
| XYZ | 39.2 | 21.22 | 9.62 | - |
| YUV | 105.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 80 | 0 | 0.83 | 0.67 | 0.05 | 348.42 | 0.89 | 0.56 |
| Hex | F3 | 29 | 50 | 0 | 53 | 43 | 5 | 15C | 59 | 38 |
| Octal | 363 | 51 | 120 | 0 | 123 | 103 | 5 | 534 | 131 | 70 |
| Binary | 11110011 | 101001 | 1010000 | 0 | 1010011 | 1000011 | 101 | 101011100 | 1011001 | 111000 |
Color Harmonies of #F32950
Complementary color
Monochromatic Colors of #F32950
Black with #F32950
Text Example
Text Example
White with #F32950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32950; }
p { color: rgb(243,41,80); }
H1.HeaderClassName
{
color: #F32950;
}
.AnyTagClassName
{
color: #F32950;
}
</style>
background-color css
<style>
a { background-color: #F32950; }
a { background-color: rgb(243,41,80); }
div.DivClassName
{
background-color: #F32950;
}
.BgClassName
{
background-color: #F32950;
}
</style>
border-color css
<style>
span { border-color: #F32950; }
span { border-color: rgb(243,41,80); }
td.TdClassName
{
border-color: #F32950;
}
.TagClassName
{
border-color: #F32950;
}
</style>