Shades of Amaranth #F0434B
Tints of Amaranth #F0434B
RGB
CMYK
RGB Variations
Color information
#F0434B (or 0xF0434B) is known color: Amaranth. HEX triplet: F0, 43 and 4B. RGB value is (240,67,75). Sum of RGB (Red+Green+Blue) = 240+67+75=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0434B is #0FBCB4. Grayscale: #777777. Windows color (decimal): -1031349 or 4932592. OLE color: 4932592.
HSL color Cylindrical-coordinate representation of color #F0434B: hue angle of 357.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0434B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 75 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.06 |
| HSL | 357.23º | 0.85% | 0.6% | - |
| HSV(B) | 357.23º | 0.72% | 0.94% | - |
| XYZ | 39.21 | 23.05 | 9.04 | - |
| YUV | 119.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 75 | 0 | 0.72 | 0.69 | 0.06 | 357.23 | 0.85 | 0.6 |
| Hex | F0 | 43 | 4B | 0 | 48 | 45 | 6 | 165 | 55 | 3C |
| Octal | 360 | 103 | 113 | 0 | 110 | 105 | 6 | 545 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1001011 | 0 | 1001000 | 1000101 | 110 | 101100101 | 1010101 | 111100 |
Color Harmonies of #F0434B
Complementary color
Monochromatic Colors of #F0434B
Black with #F0434B
Text Example
Text Example
White with #F0434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0434B; }
p { color: rgb(240,67,75); }
H1.HeaderClassName
{
color: #F0434B;
}
.AnyTagClassName
{
color: #F0434B;
}
</style>
background-color css
<style>
a { background-color: #F0434B; }
a { background-color: rgb(240,67,75); }
div.DivClassName
{
background-color: #F0434B;
}
.BgClassName
{
background-color: #F0434B;
}
</style>
border-color css
<style>
span { border-color: #F0434B; }
span { border-color: rgb(240,67,75); }
td.TdClassName
{
border-color: #F0434B;
}
.TagClassName
{
border-color: #F0434B;
}
</style>