Shades of Amaranth #F22053
Tints of Amaranth #F22053
RGB
CMYK
RGB Variations
Color information
#F22053 (or 0xF22053) is known color: Amaranth. HEX triplet: F2, 20 and 53. RGB value is (242,32,83). Sum of RGB (Red+Green+Blue) = 242+32+83=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F22053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22053 is #0DDFAC. Grayscale: #646464. Windows color (decimal): -909229 or 5447922. OLE color: 5447922.
HSL color Cylindrical-coordinate representation of color #F22053: hue angle of 345.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22053 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 83 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.05 |
| HSL | 345.43º | 0.89% | 0.54% | - |
| HSV(B) | 345.43º | 0.87% | 0.95% | - |
| XYZ | 38.7 | 20.53 | 10.11 | - |
| YUV | 100.6 | 118.07 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 83 | 0 | 0.87 | 0.66 | 0.05 | 345.43 | 0.89 | 0.54 |
| Hex | F2 | 20 | 53 | 0 | 57 | 42 | 5 | 159 | 59 | 36 |
| Octal | 362 | 40 | 123 | 0 | 127 | 102 | 5 | 531 | 131 | 66 |
| Binary | 11110010 | 100000 | 1010011 | 0 | 1010111 | 1000010 | 101 | 101011001 | 1011001 | 110110 |
Color Harmonies of #F22053
Complementary color
Monochromatic Colors of #F22053
Black with #F22053
Text Example
Text Example
White with #F22053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22053; }
p { color: rgb(242,32,83); }
H1.HeaderClassName
{
color: #F22053;
}
.AnyTagClassName
{
color: #F22053;
}
</style>
background-color css
<style>
a { background-color: #F22053; }
a { background-color: rgb(242,32,83); }
div.DivClassName
{
background-color: #F22053;
}
.BgClassName
{
background-color: #F22053;
}
</style>
border-color css
<style>
span { border-color: #F22053; }
span { border-color: rgb(242,32,83); }
td.TdClassName
{
border-color: #F22053;
}
.TagClassName
{
border-color: #F22053;
}
</style>