Shades of Amaranth #F2334C
Tints of Amaranth #F2334C
RGB
CMYK
RGB Variations
Color information
#F2334C (or 0xF2334C) is known color: Amaranth. HEX triplet: F2, 33 and 4C. RGB value is (242,51,76). Sum of RGB (Red+Green+Blue) = 242+51+76=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2334C is #0DCCB3. Grayscale: #6F6F6F. Windows color (decimal): -904372 or 4994034. OLE color: 4994034.
HSL color Cylindrical-coordinate representation of color #F2334C: hue angle of 352.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2334C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 76 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.05 |
| HSL | 352.15º | 0.88% | 0.57% | - |
| HSV(B) | 352.15º | 0.79% | 0.95% | - |
| XYZ | 39.11 | 21.77 | 8.98 | - |
| YUV | 110.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 76 | 0 | 0.79 | 0.69 | 0.05 | 352.15 | 0.88 | 0.57 |
| Hex | F2 | 33 | 4C | 0 | 4F | 45 | 5 | 160 | 58 | 39 |
| Octal | 362 | 63 | 114 | 0 | 117 | 105 | 5 | 540 | 130 | 71 |
| Binary | 11110010 | 110011 | 1001100 | 0 | 1001111 | 1000101 | 101 | 101100000 | 1011000 | 111001 |
Color Harmonies of #F2334C
Complementary color
Monochromatic Colors of #F2334C
Black with #F2334C
Text Example
Text Example
White with #F2334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2334C; }
p { color: rgb(242,51,76); }
H1.HeaderClassName
{
color: #F2334C;
}
.AnyTagClassName
{
color: #F2334C;
}
</style>
background-color css
<style>
a { background-color: #F2334C; }
a { background-color: rgb(242,51,76); }
div.DivClassName
{
background-color: #F2334C;
}
.BgClassName
{
background-color: #F2334C;
}
</style>
border-color css
<style>
span { border-color: #F2334C; }
span { border-color: rgb(242,51,76); }
td.TdClassName
{
border-color: #F2334C;
}
.TagClassName
{
border-color: #F2334C;
}
</style>