Shades of Amaranth #F2324B
Tints of Amaranth #F2324B
RGB
CMYK
RGB Variations
Color information
#F2324B (or 0xF2324B) is known color: Amaranth. HEX triplet: F2, 32 and 4B. RGB value is (242,50,75). Sum of RGB (Red+Green+Blue) = 242+50+75=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2324B is #0DCDB4. Grayscale: #6E6E6E. Windows color (decimal): -904629 or 4928242. OLE color: 4928242.
HSL color Cylindrical-coordinate representation of color #F2324B: hue angle of 352.19º 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 #F2324B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 75 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.05 |
| HSL | 352.19º | 0.88% | 0.57% | - |
| HSV(B) | 352.19º | 0.79% | 0.95% | - |
| XYZ | 39.03 | 21.67 | 8.78 | - |
| YUV | 110.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 75 | 0 | 0.79 | 0.69 | 0.05 | 352.19 | 0.88 | 0.57 |
| Hex | F2 | 32 | 4B | 0 | 4F | 45 | 5 | 160 | 58 | 39 |
| Octal | 362 | 62 | 113 | 0 | 117 | 105 | 5 | 540 | 130 | 71 |
| Binary | 11110010 | 110010 | 1001011 | 0 | 1001111 | 1000101 | 101 | 101100000 | 1011000 | 111001 |
Color Harmonies of #F2324B
Complementary color
Monochromatic Colors of #F2324B
Black with #F2324B
Text Example
Text Example
White with #F2324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2324B; }
p { color: rgb(242,50,75); }
H1.HeaderClassName
{
color: #F2324B;
}
.AnyTagClassName
{
color: #F2324B;
}
</style>
background-color css
<style>
a { background-color: #F2324B; }
a { background-color: rgb(242,50,75); }
div.DivClassName
{
background-color: #F2324B;
}
.BgClassName
{
background-color: #F2324B;
}
</style>
border-color css
<style>
span { border-color: #F2324B; }
span { border-color: rgb(242,50,75); }
td.TdClassName
{
border-color: #F2324B;
}
.TagClassName
{
border-color: #F2324B;
}
</style>