Shades of Amaranth #F2154B
Tints of Amaranth #F2154B
RGB
CMYK
RGB Variations
Color information
#F2154B (or 0xF2154B) is known color: Amaranth. HEX triplet: F2, 15 and 4B. RGB value is (242,21,75). Sum of RGB (Red+Green+Blue) = 242+21+75=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2154B is #0DEAB4. Grayscale: #5D5D5D. Windows color (decimal): -912053 or 4920818. OLE color: 4920818.
HSL color Cylindrical-coordinate representation of color #F2154B: hue angle of 345.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2154B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.05 |
| HSL | 345.34º | 0.89% | 0.52% | - |
| HSV(B) | 345.34º | 0.91% | 0.95% | - |
| XYZ | 38.16 | 19.92 | 8.49 | - |
| YUV | 93.24 | 117.72 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 75 | 0 | 0.91 | 0.69 | 0.05 | 345.34 | 0.89 | 0.52 |
| Hex | F2 | 15 | 4B | 0 | 5B | 45 | 5 | 159 | 59 | 34 |
| Octal | 362 | 25 | 113 | 0 | 133 | 105 | 5 | 531 | 131 | 64 |
| Binary | 11110010 | 10101 | 1001011 | 0 | 1011011 | 1000101 | 101 | 101011001 | 1011001 | 110100 |
Color Harmonies of #F2154B
Complementary color
Monochromatic Colors of #F2154B
Black with #F2154B
Text Example
Text Example
White with #F2154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2154B; }
p { color: rgb(242,21,75); }
H1.HeaderClassName
{
color: #F2154B;
}
.AnyTagClassName
{
color: #F2154B;
}
</style>
background-color css
<style>
a { background-color: #F2154B; }
a { background-color: rgb(242,21,75); }
div.DivClassName
{
background-color: #F2154B;
}
.BgClassName
{
background-color: #F2154B;
}
</style>
border-color css
<style>
span { border-color: #F2154B; }
span { border-color: rgb(242,21,75); }
td.TdClassName
{
border-color: #F2154B;
}
.TagClassName
{
border-color: #F2154B;
}
</style>