Shades of Amaranth #F23153
Tints of Amaranth #F23153
RGB
CMYK
RGB Variations
Color information
#F23153 (or 0xF23153) is known color: Amaranth. HEX triplet: F2, 31 and 53. RGB value is (242,49,83). Sum of RGB (Red+Green+Blue) = 242+49+83=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F23153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23153 is #0DCEAC. Grayscale: #6E6E6E. Windows color (decimal): -904877 or 5452274. OLE color: 5452274.
HSL color Cylindrical-coordinate representation of color #F23153: hue angle of 349.43º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23153 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 83 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.05 |
| HSL | 349.43º | 0.88% | 0.57% | - |
| HSV(B) | 349.43º | 0.8% | 0.95% | - |
| XYZ | 39.28 | 21.7 | 10.3 | - |
| YUV | 110.58 | 112.44 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 83 | 0 | 0.80 | 0.66 | 0.05 | 349.43 | 0.88 | 0.57 |
| Hex | F2 | 31 | 53 | 0 | 50 | 42 | 5 | 15D | 58 | 39 |
| Octal | 362 | 61 | 123 | 0 | 120 | 102 | 5 | 535 | 130 | 71 |
| Binary | 11110010 | 110001 | 1010011 | 0 | 1010000 | 1000010 | 101 | 101011101 | 1011000 | 111001 |
Color Harmonies of #F23153
Complementary color
Monochromatic Colors of #F23153
Black with #F23153
Text Example
Text Example
White with #F23153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23153; }
p { color: rgb(242,49,83); }
H1.HeaderClassName
{
color: #F23153;
}
.AnyTagClassName
{
color: #F23153;
}
</style>
background-color css
<style>
a { background-color: #F23153; }
a { background-color: rgb(242,49,83); }
div.DivClassName
{
background-color: #F23153;
}
.BgClassName
{
background-color: #F23153;
}
</style>
border-color css
<style>
span { border-color: #F23153; }
span { border-color: rgb(242,49,83); }
td.TdClassName
{
border-color: #F23153;
}
.TagClassName
{
border-color: #F23153;
}
</style>