Shades of Amaranth #F93443
Tints of Amaranth #F93443
RGB
CMYK
RGB Variations
Color information
#F93443 (or 0xF93443) is known color: Amaranth. HEX triplet: F9, 34 and 43. RGB value is (249,52,67). Sum of RGB (Red+Green+Blue) = 249+52+67=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F93443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93443 is #06CBBC. Grayscale: #707070. Windows color (decimal): -445373 or 4404473. OLE color: 4404473.
HSL color Cylindrical-coordinate representation of color #F93443: hue angle of 355.43º 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 #F93443 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 67 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.02 |
| HSL | 355.43º | 0.94% | 0.59% | - |
| HSV(B) | 355.43º | 0.79% | 0.98% | - |
| XYZ | 41.31 | 23 | 7.57 | - |
| YUV | 112.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 67 | 0 | 0.79 | 0.73 | 0.02 | 355.43 | 0.94 | 0.59 |
| Hex | F9 | 34 | 43 | 0 | 4F | 49 | 2 | 163 | 5E | 3B |
| Octal | 371 | 64 | 103 | 0 | 117 | 111 | 2 | 543 | 136 | 73 |
| Binary | 11111001 | 110100 | 1000011 | 0 | 1001111 | 1001001 | 10 | 101100011 | 1011110 | 111011 |
Color Harmonies of #F93443
Complementary color
Monochromatic Colors of #F93443
Black with #F93443
Text Example
Text Example
White with #F93443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93443; }
p { color: rgb(249,52,67); }
H1.HeaderClassName
{
color: #F93443;
}
.AnyTagClassName
{
color: #F93443;
}
</style>
background-color css
<style>
a { background-color: #F93443; }
a { background-color: rgb(249,52,67); }
div.DivClassName
{
background-color: #F93443;
}
.BgClassName
{
background-color: #F93443;
}
</style>
border-color css
<style>
span { border-color: #F93443; }
span { border-color: rgb(249,52,67); }
td.TdClassName
{
border-color: #F93443;
}
.TagClassName
{
border-color: #F93443;
}
</style>