Shades of Amaranth #F0305A
Tints of Amaranth #F0305A
RGB
CMYK
RGB Variations
Color information
#F0305A (or 0xF0305A) is known color: Amaranth. HEX triplet: F0, 30 and 5A. RGB value is (240,48,90). Sum of RGB (Red+Green+Blue) = 240+48+90=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F0305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0305A is #0FCFA5. Grayscale: #6E6E6E. Windows color (decimal): -1036198 or 5910768. OLE color: 5910768.
HSL color Cylindrical-coordinate representation of color #F0305A: hue angle of 346.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0305A is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 90 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.06 |
| HSL | 346.88º | 0.86% | 0.56% | - |
| HSV(B) | 346.88º | 0.8% | 0.94% | - |
| XYZ | 38.84 | 21.38 | 11.75 | - |
| YUV | 110.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 90 | 0 | 0.8 | 0.62 | 0.06 | 346.88 | 0.86 | 0.56 |
| Hex | F0 | 30 | 5A | 0 | 50 | 3E | 6 | 15B | 56 | 38 |
| Octal | 360 | 60 | 132 | 0 | 120 | 76 | 6 | 533 | 126 | 70 |
| Binary | 11110000 | 110000 | 1011010 | 0 | 1010000 | 111110 | 110 | 101011011 | 1010110 | 111000 |
Color Harmonies of #F0305A
Complementary color
Monochromatic Colors of #F0305A
Black with #F0305A
Text Example
Text Example
White with #F0305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0305A; }
p { color: rgb(240,48,90); }
H1.HeaderClassName
{
color: #F0305A;
}
.AnyTagClassName
{
color: #F0305A;
}
</style>
background-color css
<style>
a { background-color: #F0305A; }
a { background-color: rgb(240,48,90); }
div.DivClassName
{
background-color: #F0305A;
}
.BgClassName
{
background-color: #F0305A;
}
</style>
border-color css
<style>
span { border-color: #F0305A; }
span { border-color: rgb(240,48,90); }
td.TdClassName
{
border-color: #F0305A;
}
.TagClassName
{
border-color: #F0305A;
}
</style>