Shades of Amaranth #F0304B
Tints of Amaranth #F0304B
RGB
CMYK
RGB Variations
Color information
#F0304B (or 0xF0304B) is known color: Amaranth. HEX triplet: F0, 30 and 4B. RGB value is (240,48,75). Sum of RGB (Red+Green+Blue) = 240+48+75=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0304B is #0FCFB4. Grayscale: #6C6C6C. Windows color (decimal): -1036213 or 4927728. OLE color: 4927728.
HSL color Cylindrical-coordinate representation of color #F0304B: hue angle of 351.56º 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 #F0304B is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 75 | - |
| CMYK | 0 | 0.8 | 0.69 | 0.06 |
| HSL | 351.56º | 0.86% | 0.56% | - |
| HSV(B) | 351.56º | 0.8% | 0.94% | - |
| XYZ | 38.26 | 21.15 | 8.72 | - |
| YUV | 108.49 | 109.11 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 75 | 0 | 0.8 | 0.69 | 0.06 | 351.56 | 0.86 | 0.56 |
| Hex | F0 | 30 | 4B | 0 | 50 | 45 | 6 | 160 | 56 | 38 |
| Octal | 360 | 60 | 113 | 0 | 120 | 105 | 6 | 540 | 126 | 70 |
| Binary | 11110000 | 110000 | 1001011 | 0 | 1010000 | 1000101 | 110 | 101100000 | 1010110 | 111000 |
Color Harmonies of #F0304B
Complementary color
Monochromatic Colors of #F0304B
Black with #F0304B
Text Example
Text Example
White with #F0304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0304B; }
p { color: rgb(240,48,75); }
H1.HeaderClassName
{
color: #F0304B;
}
.AnyTagClassName
{
color: #F0304B;
}
</style>
background-color css
<style>
a { background-color: #F0304B; }
a { background-color: rgb(240,48,75); }
div.DivClassName
{
background-color: #F0304B;
}
.BgClassName
{
background-color: #F0304B;
}
</style>
border-color css
<style>
span { border-color: #F0304B; }
span { border-color: rgb(240,48,75); }
td.TdClassName
{
border-color: #F0304B;
}
.TagClassName
{
border-color: #F0304B;
}
</style>