Shades of Amaranth #F91D4B
Tints of Amaranth #F91D4B
RGB
CMYK
RGB Variations
Color information
#F91D4B (or 0xF91D4B) is known color: Amaranth. HEX triplet: F9, 1D and 4B. RGB value is (249,29,75). Sum of RGB (Red+Green+Blue) = 249+29+75=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D4B is #06E2B4. Grayscale: #646464. Windows color (decimal): -451253 or 4922873. OLE color: 4922873.
HSL color Cylindrical-coordinate representation of color #F91D4B: hue angle of 347.45º 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 #F91D4B is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 75 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.02 |
| HSL | 347.45º | 0.95% | 0.55% | - |
| HSV(B) | 347.45º | 0.88% | 0.98% | - |
| XYZ | 40.78 | 21.53 | 8.66 | - |
| YUV | 100.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 75 | 0 | 0.88 | 0.70 | 0.02 | 347.45 | 0.95 | 0.55 |
| Hex | F9 | 1D | 4B | 0 | 58 | 46 | 2 | 15B | 5F | 37 |
| Octal | 371 | 35 | 113 | 0 | 130 | 106 | 2 | 533 | 137 | 67 |
| Binary | 11111001 | 11101 | 1001011 | 0 | 1011000 | 1000110 | 10 | 101011011 | 1011111 | 110111 |
Color Harmonies of #F91D4B
Complementary color
Monochromatic Colors of #F91D4B
Black with #F91D4B
Text Example
Text Example
White with #F91D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D4B; }
p { color: rgb(249,29,75); }
H1.HeaderClassName
{
color: #F91D4B;
}
.AnyTagClassName
{
color: #F91D4B;
}
</style>
background-color css
<style>
a { background-color: #F91D4B; }
a { background-color: rgb(249,29,75); }
div.DivClassName
{
background-color: #F91D4B;
}
.BgClassName
{
background-color: #F91D4B;
}
</style>
border-color css
<style>
span { border-color: #F91D4B; }
span { border-color: rgb(249,29,75); }
td.TdClassName
{
border-color: #F91D4B;
}
.TagClassName
{
border-color: #F91D4B;
}
</style>