Shades of Amaranth #F03250
Tints of Amaranth #F03250
RGB
CMYK
RGB Variations
Color information
#F03250 (or 0xF03250) is known color: Amaranth. HEX triplet: F0, 32 and 50. RGB value is (240,50,80). Sum of RGB (Red+Green+Blue) = 240+50+80=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F03250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03250 is #0FCDAF. Grayscale: #6E6E6E. Windows color (decimal): -1035696 or 5255920. OLE color: 5255920.
HSL color Cylindrical-coordinate representation of color #F03250: hue angle of 350.53º 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 #F03250 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 80 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.06 |
| HSL | 350.53º | 0.86% | 0.57% | - |
| HSV(B) | 350.53º | 0.79% | 0.94% | - |
| XYZ | 38.52 | 21.39 | 9.69 | - |
| YUV | 110.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 80 | 0 | 0.79 | 0.67 | 0.06 | 350.53 | 0.86 | 0.57 |
| Hex | F0 | 32 | 50 | 0 | 4F | 43 | 6 | 15F | 56 | 39 |
| Octal | 360 | 62 | 120 | 0 | 117 | 103 | 6 | 537 | 126 | 71 |
| Binary | 11110000 | 110010 | 1010000 | 0 | 1001111 | 1000011 | 110 | 101011111 | 1010110 | 111001 |
Color Harmonies of #F03250
Complementary color
Monochromatic Colors of #F03250
Black with #F03250
Text Example
Text Example
White with #F03250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03250; }
p { color: rgb(240,50,80); }
H1.HeaderClassName
{
color: #F03250;
}
.AnyTagClassName
{
color: #F03250;
}
</style>
background-color css
<style>
a { background-color: #F03250; }
a { background-color: rgb(240,50,80); }
div.DivClassName
{
background-color: #F03250;
}
.BgClassName
{
background-color: #F03250;
}
</style>
border-color css
<style>
span { border-color: #F03250; }
span { border-color: rgb(240,50,80); }
td.TdClassName
{
border-color: #F03250;
}
.TagClassName
{
border-color: #F03250;
}
</style>