Shades of Amaranth #F91D4E
Tints of Amaranth #F91D4E
RGB
CMYK
RGB Variations
Color information
#F91D4E (or 0xF91D4E) is known color: Amaranth. HEX triplet: F9, 1D and 4E. RGB value is (249,29,78). Sum of RGB (Red+Green+Blue) = 249+29+78=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D4E is #06E2B1. Grayscale: #646464. Windows color (decimal): -451250 or 5119481. OLE color: 5119481.
HSL color Cylindrical-coordinate representation of color #F91D4E: hue angle of 346.64º 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 #F91D4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.02 |
| HSL | 346.64º | 0.95% | 0.55% | - |
| HSV(B) | 346.64º | 0.88% | 0.98% | - |
| XYZ | 40.88 | 21.57 | 9.22 | - |
| YUV | 100.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 78 | 0 | 0.88 | 0.69 | 0.02 | 346.64 | 0.95 | 0.55 |
| Hex | F9 | 1D | 4E | 0 | 58 | 45 | 2 | 15B | 5F | 37 |
| Octal | 371 | 35 | 116 | 0 | 130 | 105 | 2 | 533 | 137 | 67 |
| Binary | 11111001 | 11101 | 1001110 | 0 | 1011000 | 1000101 | 10 | 101011011 | 1011111 | 110111 |
Color Harmonies of #F91D4E
Complementary color
Monochromatic Colors of #F91D4E
Black with #F91D4E
Text Example
Text Example
White with #F91D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D4E; }
p { color: rgb(249,29,78); }
H1.HeaderClassName
{
color: #F91D4E;
}
.AnyTagClassName
{
color: #F91D4E;
}
</style>
background-color css
<style>
a { background-color: #F91D4E; }
a { background-color: rgb(249,29,78); }
div.DivClassName
{
background-color: #F91D4E;
}
.BgClassName
{
background-color: #F91D4E;
}
</style>
border-color css
<style>
span { border-color: #F91D4E; }
span { border-color: rgb(249,29,78); }
td.TdClassName
{
border-color: #F91D4E;
}
.TagClassName
{
border-color: #F91D4E;
}
</style>