Shades of Amaranth #F03251
Tints of Amaranth #F03251
RGB
CMYK
RGB Variations
Color information
#F03251 (or 0xF03251) is known color: Amaranth. HEX triplet: F0, 32 and 51. RGB value is (240,50,81). Sum of RGB (Red+Green+Blue) = 240+50+81=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F03251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03251 is #0FCDAE. Grayscale: #6E6E6E. Windows color (decimal): -1035695 or 5321456. OLE color: 5321456.
HSL color Cylindrical-coordinate representation of color #F03251: hue angle of 350.21º 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 #F03251 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 81 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.06 |
| HSL | 350.21º | 0.86% | 0.57% | - |
| HSV(B) | 350.21º | 0.79% | 0.94% | - |
| XYZ | 38.56 | 21.4 | 9.88 | - |
| YUV | 110.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 81 | 0 | 0.79 | 0.66 | 0.06 | 350.21 | 0.86 | 0.57 |
| Hex | F0 | 32 | 51 | 0 | 4F | 42 | 6 | 15E | 56 | 39 |
| Octal | 360 | 62 | 121 | 0 | 117 | 102 | 6 | 536 | 126 | 71 |
| Binary | 11110000 | 110010 | 1010001 | 0 | 1001111 | 1000010 | 110 | 101011110 | 1010110 | 111001 |
Color Harmonies of #F03251
Complementary color
Monochromatic Colors of #F03251
Black with #F03251
Text Example
Text Example
White with #F03251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03251; }
p { color: rgb(240,50,81); }
H1.HeaderClassName
{
color: #F03251;
}
.AnyTagClassName
{
color: #F03251;
}
</style>
background-color css
<style>
a { background-color: #F03251; }
a { background-color: rgb(240,50,81); }
div.DivClassName
{
background-color: #F03251;
}
.BgClassName
{
background-color: #F03251;
}
</style>
border-color css
<style>
span { border-color: #F03251; }
span { border-color: rgb(240,50,81); }
td.TdClassName
{
border-color: #F03251;
}
.TagClassName
{
border-color: #F03251;
}
</style>