Shades of Amaranth #F0275A
Tints of Amaranth #F0275A
RGB
CMYK
RGB Variations
Color information
#F0275A (or 0xF0275A) is known color: Amaranth. HEX triplet: F0, 27 and 5A. RGB value is (240,39,90). Sum of RGB (Red+Green+Blue) = 240+39+90=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0275A is #0FD8A5. Grayscale: #686868. Windows color (decimal): -1038502 or 5908464. OLE color: 5908464.
HSL color Cylindrical-coordinate representation of color #F0275A: hue angle of 344.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0275A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 90 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.06 |
| HSL | 344.78º | 0.87% | 0.55% | - |
| HSV(B) | 344.78º | 0.84% | 0.94% | - |
| XYZ | 38.51 | 20.71 | 11.64 | - |
| YUV | 104.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 90 | 0 | 0.84 | 0.62 | 0.06 | 344.78 | 0.87 | 0.55 |
| Hex | F0 | 27 | 5A | 0 | 54 | 3E | 6 | 159 | 57 | 37 |
| Octal | 360 | 47 | 132 | 0 | 124 | 76 | 6 | 531 | 127 | 67 |
| Binary | 11110000 | 100111 | 1011010 | 0 | 1010100 | 111110 | 110 | 101011001 | 1010111 | 110111 |
Color Harmonies of #F0275A
Complementary color
Monochromatic Colors of #F0275A
Black with #F0275A
Text Example
Text Example
White with #F0275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0275A; }
p { color: rgb(240,39,90); }
H1.HeaderClassName
{
color: #F0275A;
}
.AnyTagClassName
{
color: #F0275A;
}
</style>
background-color css
<style>
a { background-color: #F0275A; }
a { background-color: rgb(240,39,90); }
div.DivClassName
{
background-color: #F0275A;
}
.BgClassName
{
background-color: #F0275A;
}
</style>
border-color css
<style>
span { border-color: #F0275A; }
span { border-color: rgb(240,39,90); }
td.TdClassName
{
border-color: #F0275A;
}
.TagClassName
{
border-color: #F0275A;
}
</style>