Shades of Amaranth #F0334B
Tints of Amaranth #F0334B
RGB
CMYK
RGB Variations
Color information
#F0334B (or 0xF0334B) is known color: Amaranth. HEX triplet: F0, 33 and 4B. RGB value is (240,51,75). Sum of RGB (Red+Green+Blue) = 240+51+75=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0334B is #0FCCB4. Grayscale: #6E6E6E. Windows color (decimal): -1035445 or 4928496. OLE color: 4928496.
HSL color Cylindrical-coordinate representation of color #F0334B: hue angle of 352.38º 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 #F0334B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 75 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.06 |
| HSL | 352.38º | 0.86% | 0.57% | - |
| HSV(B) | 352.38º | 0.79% | 0.94% | - |
| XYZ | 38.39 | 21.4 | 8.76 | - |
| YUV | 110.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 75 | 0 | 0.79 | 0.69 | 0.06 | 352.38 | 0.86 | 0.57 |
| Hex | F0 | 33 | 4B | 0 | 4F | 45 | 6 | 160 | 56 | 39 |
| Octal | 360 | 63 | 113 | 0 | 117 | 105 | 6 | 540 | 126 | 71 |
| Binary | 11110000 | 110011 | 1001011 | 0 | 1001111 | 1000101 | 110 | 101100000 | 1010110 | 111001 |
Color Harmonies of #F0334B
Complementary color
Monochromatic Colors of #F0334B
Black with #F0334B
Text Example
Text Example
White with #F0334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0334B; }
p { color: rgb(240,51,75); }
H1.HeaderClassName
{
color: #F0334B;
}
.AnyTagClassName
{
color: #F0334B;
}
</style>
background-color css
<style>
a { background-color: #F0334B; }
a { background-color: rgb(240,51,75); }
div.DivClassName
{
background-color: #F0334B;
}
.BgClassName
{
background-color: #F0334B;
}
</style>
border-color css
<style>
span { border-color: #F0334B; }
span { border-color: rgb(240,51,75); }
td.TdClassName
{
border-color: #F0334B;
}
.TagClassName
{
border-color: #F0334B;
}
</style>