Shades of Amaranth #F91D53
Tints of Amaranth #F91D53
RGB
CMYK
RGB Variations
Color information
#F91D53 (or 0xF91D53) is known color: Amaranth. HEX triplet: F9, 1D and 53. RGB value is (249,29,83). Sum of RGB (Red+Green+Blue) = 249+29+83=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D53 is #06E2AC. Grayscale: #646464. Windows color (decimal): -451245 or 5447161. OLE color: 5447161.
HSL color Cylindrical-coordinate representation of color #F91D53: hue angle of 345.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D53 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 83 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.02 |
| HSL | 345.27º | 0.95% | 0.55% | - |
| HSV(B) | 345.27º | 0.88% | 0.98% | - |
| XYZ | 41.07 | 21.64 | 10.2 | - |
| YUV | 100.94 | 117.89 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 83 | 0 | 0.88 | 0.67 | 0.02 | 345.27 | 0.95 | 0.55 |
| Hex | F9 | 1D | 53 | 0 | 58 | 43 | 2 | 159 | 5F | 37 |
| Octal | 371 | 35 | 123 | 0 | 130 | 103 | 2 | 531 | 137 | 67 |
| Binary | 11111001 | 11101 | 1010011 | 0 | 1011000 | 1000011 | 10 | 101011001 | 1011111 | 110111 |
Color Harmonies of #F91D53
Complementary color
Monochromatic Colors of #F91D53
Black with #F91D53
Text Example
Text Example
White with #F91D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D53; }
p { color: rgb(249,29,83); }
H1.HeaderClassName
{
color: #F91D53;
}
.AnyTagClassName
{
color: #F91D53;
}
</style>
background-color css
<style>
a { background-color: #F91D53; }
a { background-color: rgb(249,29,83); }
div.DivClassName
{
background-color: #F91D53;
}
.BgClassName
{
background-color: #F91D53;
}
</style>
border-color css
<style>
span { border-color: #F91D53; }
span { border-color: rgb(249,29,83); }
td.TdClassName
{
border-color: #F91D53;
}
.TagClassName
{
border-color: #F91D53;
}
</style>