Shades of Amaranth #F0275C
Tints of Amaranth #F0275C
RGB
CMYK
RGB Variations
Color information
#F0275C (or 0xF0275C) is known color: Amaranth. HEX triplet: F0, 27 and 5C. RGB value is (240,39,92). Sum of RGB (Red+Green+Blue) = 240+39+92=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0275C is #0FD8A3. Grayscale: #696969. Windows color (decimal): -1038500 or 6039536. OLE color: 6039536.
HSL color Cylindrical-coordinate representation of color #F0275C: hue angle of 344.18º 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 #F0275C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 92 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.06 |
| HSL | 344.18º | 0.87% | 0.55% | - |
| HSV(B) | 344.18º | 0.84% | 0.94% | - |
| XYZ | 38.59 | 20.75 | 12.1 | - |
| YUV | 105.14 | 120.59 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 92 | 0 | 0.84 | 0.62 | 0.06 | 344.18 | 0.87 | 0.55 |
| Hex | F0 | 27 | 5C | 0 | 54 | 3E | 6 | 158 | 57 | 37 |
| Octal | 360 | 47 | 134 | 0 | 124 | 76 | 6 | 530 | 127 | 67 |
| Binary | 11110000 | 100111 | 1011100 | 0 | 1010100 | 111110 | 110 | 101011000 | 1010111 | 110111 |
Color Harmonies of #F0275C
Complementary color
Monochromatic Colors of #F0275C
Black with #F0275C
Text Example
Text Example
White with #F0275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0275C; }
p { color: rgb(240,39,92); }
H1.HeaderClassName
{
color: #F0275C;
}
.AnyTagClassName
{
color: #F0275C;
}
</style>
background-color css
<style>
a { background-color: #F0275C; }
a { background-color: rgb(240,39,92); }
div.DivClassName
{
background-color: #F0275C;
}
.BgClassName
{
background-color: #F0275C;
}
</style>
border-color css
<style>
span { border-color: #F0275C; }
span { border-color: rgb(240,39,92); }
td.TdClassName
{
border-color: #F0275C;
}
.TagClassName
{
border-color: #F0275C;
}
</style>