Shades of Amaranth #F91952
Tints of Amaranth #F91952
RGB
CMYK
RGB Variations
Color information
#F91952 (or 0xF91952) is known color: Amaranth. HEX triplet: F9, 19 and 52. RGB value is (249,25,82). Sum of RGB (Red+Green+Blue) = 249+25+82=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F91952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91952 is #06E6AD. Grayscale: #626262. Windows color (decimal): -452270 or 5380601. OLE color: 5380601.
HSL color Cylindrical-coordinate representation of color #F91952: hue angle of 344.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91952 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.02 |
| HSL | 344.73º | 0.95% | 0.54% | - |
| HSV(B) | 344.73º | 0.9% | 0.98% | - |
| XYZ | 40.94 | 21.44 | 9.96 | - |
| YUV | 98.47 | 118.71 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 82 | 0 | 0.90 | 0.67 | 0.02 | 344.73 | 0.95 | 0.54 |
| Hex | F9 | 19 | 52 | 0 | 5A | 43 | 2 | 159 | 5F | 36 |
| Octal | 371 | 31 | 122 | 0 | 132 | 103 | 2 | 531 | 137 | 66 |
| Binary | 11111001 | 11001 | 1010010 | 0 | 1011010 | 1000011 | 10 | 101011001 | 1011111 | 110110 |
Color Harmonies of #F91952
Complementary color
Monochromatic Colors of #F91952
Black with #F91952
Text Example
Text Example
White with #F91952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91952; }
p { color: rgb(249,25,82); }
H1.HeaderClassName
{
color: #F91952;
}
.AnyTagClassName
{
color: #F91952;
}
</style>
background-color css
<style>
a { background-color: #F91952; }
a { background-color: rgb(249,25,82); }
div.DivClassName
{
background-color: #F91952;
}
.BgClassName
{
background-color: #F91952;
}
</style>
border-color css
<style>
span { border-color: #F91952; }
span { border-color: rgb(249,25,82); }
td.TdClassName
{
border-color: #F91952;
}
.TagClassName
{
border-color: #F91952;
}
</style>