Shades of Amaranth #F23053
Tints of Amaranth #F23053
RGB
CMYK
RGB Variations
Color information
#F23053 (or 0xF23053) is known color: Amaranth. HEX triplet: F2, 30 and 53. RGB value is (242,48,83). Sum of RGB (Red+Green+Blue) = 242+48+83=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F23053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23053 is #0DCFAC. Grayscale: #6E6E6E. Windows color (decimal): -905133 or 5452018. OLE color: 5452018.
HSL color Cylindrical-coordinate representation of color #F23053: hue angle of 349.18º 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 #F23053 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 83 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.05 |
| HSL | 349.18º | 0.88% | 0.57% | - |
| HSV(B) | 349.18º | 0.8% | 0.95% | - |
| XYZ | 39.24 | 21.62 | 10.29 | - |
| YUV | 110 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 83 | 0 | 0.80 | 0.66 | 0.05 | 349.18 | 0.88 | 0.57 |
| Hex | F2 | 30 | 53 | 0 | 50 | 42 | 5 | 15D | 58 | 39 |
| Octal | 362 | 60 | 123 | 0 | 120 | 102 | 5 | 535 | 130 | 71 |
| Binary | 11110010 | 110000 | 1010011 | 0 | 1010000 | 1000010 | 101 | 101011101 | 1011000 | 111001 |
Color Harmonies of #F23053
Complementary color
Monochromatic Colors of #F23053
Black with #F23053
Text Example
Text Example
White with #F23053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23053; }
p { color: rgb(242,48,83); }
H1.HeaderClassName
{
color: #F23053;
}
.AnyTagClassName
{
color: #F23053;
}
</style>
background-color css
<style>
a { background-color: #F23053; }
a { background-color: rgb(242,48,83); }
div.DivClassName
{
background-color: #F23053;
}
.BgClassName
{
background-color: #F23053;
}
</style>
border-color css
<style>
span { border-color: #F23053; }
span { border-color: rgb(242,48,83); }
td.TdClassName
{
border-color: #F23053;
}
.TagClassName
{
border-color: #F23053;
}
</style>