Shades of Amaranth #F0274F
Tints of Amaranth #F0274F
RGB
CMYK
RGB Variations
Color information
#F0274F (or 0xF0274F) is known color: Amaranth. HEX triplet: F0, 27 and 4F. RGB value is (240,39,79). Sum of RGB (Red+Green+Blue) = 240+39+79=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0274F is #0FD8B0. Grayscale: #676767. Windows color (decimal): -1038513 or 5187568. OLE color: 5187568.
HSL color Cylindrical-coordinate representation of color #F0274F: hue angle of 348.06º 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 #F0274F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 79 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.06 |
| HSL | 348.06º | 0.87% | 0.55% | - |
| HSV(B) | 348.06º | 0.84% | 0.94% | - |
| XYZ | 38.07 | 20.54 | 9.36 | - |
| YUV | 103.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 79 | 0 | 0.84 | 0.67 | 0.06 | 348.06 | 0.87 | 0.55 |
| Hex | F0 | 27 | 4F | 0 | 54 | 43 | 6 | 15C | 57 | 37 |
| Octal | 360 | 47 | 117 | 0 | 124 | 103 | 6 | 534 | 127 | 67 |
| Binary | 11110000 | 100111 | 1001111 | 0 | 1010100 | 1000011 | 110 | 101011100 | 1010111 | 110111 |
Color Harmonies of #F0274F
Complementary color
Monochromatic Colors of #F0274F
Black with #F0274F
Text Example
Text Example
White with #F0274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0274F; }
p { color: rgb(240,39,79); }
H1.HeaderClassName
{
color: #F0274F;
}
.AnyTagClassName
{
color: #F0274F;
}
</style>
background-color css
<style>
a { background-color: #F0274F; }
a { background-color: rgb(240,39,79); }
div.DivClassName
{
background-color: #F0274F;
}
.BgClassName
{
background-color: #F0274F;
}
</style>
border-color css
<style>
span { border-color: #F0274F; }
span { border-color: rgb(240,39,79); }
td.TdClassName
{
border-color: #F0274F;
}
.TagClassName
{
border-color: #F0274F;
}
</style>