Shades of Amaranth #F32F43
Tints of Amaranth #F32F43
RGB
CMYK
RGB Variations
Color information
#F32F43 (or 0xF32F43) is known color: Amaranth. HEX triplet: F3, 2F and 43. RGB value is (243,47,67). Sum of RGB (Red+Green+Blue) = 243+47+67=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F43 is #0CD0BC. Grayscale: #6C6C6C. Windows color (decimal): -839869 or 4403187. OLE color: 4403187.
HSL color Cylindrical-coordinate representation of color #F32F43: hue angle of 353.88º 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 #F32F43 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 67 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.05 |
| HSL | 353.88º | 0.89% | 0.57% | - |
| HSV(B) | 353.88º | 0.81% | 0.95% | - |
| XYZ | 38.99 | 21.49 | 7.4 | - |
| YUV | 107.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 67 | 0 | 0.81 | 0.72 | 0.05 | 353.88 | 0.89 | 0.57 |
| Hex | F3 | 2F | 43 | 0 | 51 | 48 | 5 | 162 | 59 | 39 |
| Octal | 363 | 57 | 103 | 0 | 121 | 110 | 5 | 542 | 131 | 71 |
| Binary | 11110011 | 101111 | 1000011 | 0 | 1010001 | 1001000 | 101 | 101100010 | 1011001 | 111001 |
Color Harmonies of #F32F43
Complementary color
Monochromatic Colors of #F32F43
Black with #F32F43
Text Example
Text Example
White with #F32F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F43; }
p { color: rgb(243,47,67); }
H1.HeaderClassName
{
color: #F32F43;
}
.AnyTagClassName
{
color: #F32F43;
}
</style>
background-color css
<style>
a { background-color: #F32F43; }
a { background-color: rgb(243,47,67); }
div.DivClassName
{
background-color: #F32F43;
}
.BgClassName
{
background-color: #F32F43;
}
</style>
border-color css
<style>
span { border-color: #F32F43; }
span { border-color: rgb(243,47,67); }
td.TdClassName
{
border-color: #F32F43;
}
.TagClassName
{
border-color: #F32F43;
}
</style>