Shades of Amaranth #F22B5A
Tints of Amaranth #F22B5A
RGB
CMYK
RGB Variations
Color information
#F22B5A (or 0xF22B5A) is known color: Amaranth. HEX triplet: F2, 2B and 5A. RGB value is (242,43,90). Sum of RGB (Red+Green+Blue) = 242+43+90=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22B5A is #0DD4A5. Grayscale: #6B6B6B. Windows color (decimal): -906406 or 5909490. OLE color: 5909490.
HSL color Cylindrical-coordinate representation of color #F22B5A: hue angle of 345.83º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22B5A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 90 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.05 |
| HSL | 345.83º | 0.88% | 0.56% | - |
| HSV(B) | 345.83º | 0.82% | 0.95% | - |
| XYZ | 39.33 | 21.34 | 11.72 | - |
| YUV | 107.86 | 117.93 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 90 | 0 | 0.82 | 0.63 | 0.05 | 345.83 | 0.88 | 0.56 |
| Hex | F2 | 2B | 5A | 0 | 52 | 3F | 5 | 15A | 58 | 38 |
| Octal | 362 | 53 | 132 | 0 | 122 | 77 | 5 | 532 | 130 | 70 |
| Binary | 11110010 | 101011 | 1011010 | 0 | 1010010 | 111111 | 101 | 101011010 | 1011000 | 111000 |
Color Harmonies of #F22B5A
Complementary color
Monochromatic Colors of #F22B5A
Black with #F22B5A
Text Example
Text Example
White with #F22B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B5A; }
p { color: rgb(242,43,90); }
H1.HeaderClassName
{
color: #F22B5A;
}
.AnyTagClassName
{
color: #F22B5A;
}
</style>
background-color css
<style>
a { background-color: #F22B5A; }
a { background-color: rgb(242,43,90); }
div.DivClassName
{
background-color: #F22B5A;
}
.BgClassName
{
background-color: #F22B5A;
}
</style>
border-color css
<style>
span { border-color: #F22B5A; }
span { border-color: rgb(242,43,90); }
td.TdClassName
{
border-color: #F22B5A;
}
.TagClassName
{
border-color: #F22B5A;
}
</style>