Shades of Amaranth #F93242
Tints of Amaranth #F93242
RGB
CMYK
RGB Variations
Color information
#F93242 (or 0xF93242) is known color: Amaranth. HEX triplet: F9, 32 and 42. RGB value is (249,50,66). Sum of RGB (Red+Green+Blue) = 249+50+66=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F93242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93242 is #06CDBD. Grayscale: #6F6F6F. Windows color (decimal): -445886 or 4338425. OLE color: 4338425.
HSL color Cylindrical-coordinate representation of color #F93242: hue angle of 355.18º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93242 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 66 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.02 |
| HSL | 355.18º | 0.94% | 0.59% | - |
| HSV(B) | 355.18º | 0.8% | 0.98% | - |
| XYZ | 41.19 | 22.81 | 7.39 | - |
| YUV | 111.33 | 102.43 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 66 | 0 | 0.80 | 0.73 | 0.02 | 355.18 | 0.94 | 0.59 |
| Hex | F9 | 32 | 42 | 0 | 50 | 49 | 2 | 163 | 5E | 3B |
| Octal | 371 | 62 | 102 | 0 | 120 | 111 | 2 | 543 | 136 | 73 |
| Binary | 11111001 | 110010 | 1000010 | 0 | 1010000 | 1001001 | 10 | 101100011 | 1011110 | 111011 |
Color Harmonies of #F93242
Complementary color
Monochromatic Colors of #F93242
Black with #F93242
Text Example
Text Example
White with #F93242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93242; }
p { color: rgb(249,50,66); }
H1.HeaderClassName
{
color: #F93242;
}
.AnyTagClassName
{
color: #F93242;
}
</style>
background-color css
<style>
a { background-color: #F93242; }
a { background-color: rgb(249,50,66); }
div.DivClassName
{
background-color: #F93242;
}
.BgClassName
{
background-color: #F93242;
}
</style>
border-color css
<style>
span { border-color: #F93242; }
span { border-color: rgb(249,50,66); }
td.TdClassName
{
border-color: #F93242;
}
.TagClassName
{
border-color: #F93242;
}
</style>