Shades of Amaranth #F93446
Tints of Amaranth #F93446
RGB
CMYK
RGB Variations
Color information
#F93446 (or 0xF93446) is known color: Amaranth. HEX triplet: F9, 34 and 46. RGB value is (249,52,70). Sum of RGB (Red+Green+Blue) = 249+52+70=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F93446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93446 is #06CBB9. Grayscale: #717171. Windows color (decimal): -445370 or 4601081. OLE color: 4601081.
HSL color Cylindrical-coordinate representation of color #F93446: hue angle of 354.52º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93446 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 70 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.02 |
| HSL | 354.52º | 0.94% | 0.59% | - |
| HSV(B) | 354.52º | 0.79% | 0.98% | - |
| XYZ | 41.4 | 23.04 | 8.06 | - |
| YUV | 112.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 70 | 0 | 0.79 | 0.72 | 0.02 | 354.52 | 0.94 | 0.59 |
| Hex | F9 | 34 | 46 | 0 | 4F | 48 | 2 | 163 | 5E | 3B |
| Octal | 371 | 64 | 106 | 0 | 117 | 110 | 2 | 543 | 136 | 73 |
| Binary | 11111001 | 110100 | 1000110 | 0 | 1001111 | 1001000 | 10 | 101100011 | 1011110 | 111011 |
Color Harmonies of #F93446
Complementary color
Monochromatic Colors of #F93446
Black with #F93446
Text Example
Text Example
White with #F93446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93446; }
p { color: rgb(249,52,70); }
H1.HeaderClassName
{
color: #F93446;
}
.AnyTagClassName
{
color: #F93446;
}
</style>
background-color css
<style>
a { background-color: #F93446; }
a { background-color: rgb(249,52,70); }
div.DivClassName
{
background-color: #F93446;
}
.BgClassName
{
background-color: #F93446;
}
</style>
border-color css
<style>
span { border-color: #F93446; }
span { border-color: rgb(249,52,70); }
td.TdClassName
{
border-color: #F93446;
}
.TagClassName
{
border-color: #F93446;
}
</style>