Shades of Amaranth #F32F51
Tints of Amaranth #F32F51
RGB
CMYK
RGB Variations
Color information
#F32F51 (or 0xF32F51) is known color: Amaranth. HEX triplet: F3, 2F and 51. RGB value is (243,47,81). Sum of RGB (Red+Green+Blue) = 243+47+81=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F51 is #0CD0AE. Grayscale: #6D6D6D. Windows color (decimal): -839855 or 5320691. OLE color: 5320691.
HSL color Cylindrical-coordinate representation of color #F32F51: hue angle of 349.59º 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 #F32F51 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 81 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.05 |
| HSL | 349.59º | 0.89% | 0.57% | - |
| HSV(B) | 349.59º | 0.81% | 0.95% | - |
| XYZ | 39.46 | 21.68 | 9.89 | - |
| YUV | 109.48 | 111.93 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 81 | 0 | 0.81 | 0.67 | 0.05 | 349.59 | 0.89 | 0.57 |
| Hex | F3 | 2F | 51 | 0 | 51 | 43 | 5 | 15E | 59 | 39 |
| Octal | 363 | 57 | 121 | 0 | 121 | 103 | 5 | 536 | 131 | 71 |
| Binary | 11110011 | 101111 | 1010001 | 0 | 1010001 | 1000011 | 101 | 101011110 | 1011001 | 111001 |
Color Harmonies of #F32F51
Complementary color
Monochromatic Colors of #F32F51
Black with #F32F51
Text Example
Text Example
White with #F32F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F51; }
p { color: rgb(243,47,81); }
H1.HeaderClassName
{
color: #F32F51;
}
.AnyTagClassName
{
color: #F32F51;
}
</style>
background-color css
<style>
a { background-color: #F32F51; }
a { background-color: rgb(243,47,81); }
div.DivClassName
{
background-color: #F32F51;
}
.BgClassName
{
background-color: #F32F51;
}
</style>
border-color css
<style>
span { border-color: #F32F51; }
span { border-color: rgb(243,47,81); }
td.TdClassName
{
border-color: #F32F51;
}
.TagClassName
{
border-color: #F32F51;
}
</style>