Shades of Amaranth #F0334A
Tints of Amaranth #F0334A
RGB
CMYK
RGB Variations
Color information
#F0334A (or 0xF0334A) is known color: Amaranth. HEX triplet: F0, 33 and 4A. RGB value is (240,51,74). Sum of RGB (Red+Green+Blue) = 240+51+74=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0334A is #0FCCB5. Grayscale: #6E6E6E. Windows color (decimal): -1035446 or 4862960. OLE color: 4862960.
HSL color Cylindrical-coordinate representation of color #F0334A: hue angle of 352.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0334A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 74 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.06 |
| HSL | 352.7º | 0.86% | 0.57% | - |
| HSV(B) | 352.7º | 0.79% | 0.94% | - |
| XYZ | 38.36 | 21.39 | 8.59 | - |
| YUV | 110.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 74 | 0 | 0.79 | 0.69 | 0.06 | 352.7 | 0.86 | 0.57 |
| Hex | F0 | 33 | 4A | 0 | 4F | 45 | 6 | 161 | 56 | 39 |
| Octal | 360 | 63 | 112 | 0 | 117 | 105 | 6 | 541 | 126 | 71 |
| Binary | 11110000 | 110011 | 1001010 | 0 | 1001111 | 1000101 | 110 | 101100001 | 1010110 | 111001 |
Color Harmonies of #F0334A
Complementary color
Monochromatic Colors of #F0334A
Black with #F0334A
Text Example
Text Example
White with #F0334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0334A; }
p { color: rgb(240,51,74); }
H1.HeaderClassName
{
color: #F0334A;
}
.AnyTagClassName
{
color: #F0334A;
}
</style>
background-color css
<style>
a { background-color: #F0334A; }
a { background-color: rgb(240,51,74); }
div.DivClassName
{
background-color: #F0334A;
}
.BgClassName
{
background-color: #F0334A;
}
</style>
border-color css
<style>
span { border-color: #F0334A; }
span { border-color: rgb(240,51,74); }
td.TdClassName
{
border-color: #F0334A;
}
.TagClassName
{
border-color: #F0334A;
}
</style>