Shades of Amaranth #F23051
Tints of Amaranth #F23051
RGB
CMYK
RGB Variations
Color information
#F23051 (or 0xF23051) is known color: Amaranth. HEX triplet: F2, 30 and 51. RGB value is (242,48,81). Sum of RGB (Red+Green+Blue) = 242+48+81=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23051 is #0DCFAE. Grayscale: #6D6D6D. Windows color (decimal): -905135 or 5320946. OLE color: 5320946.
HSL color Cylindrical-coordinate representation of color #F23051: hue angle of 349.79º 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 #F23051 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 81 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.05 |
| HSL | 349.79º | 0.88% | 0.57% | - |
| HSV(B) | 349.79º | 0.8% | 0.95% | - |
| XYZ | 39.16 | 21.59 | 9.89 | - |
| YUV | 109.77 | 111.77 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 81 | 0 | 0.80 | 0.67 | 0.05 | 349.79 | 0.88 | 0.57 |
| Hex | F2 | 30 | 51 | 0 | 50 | 43 | 5 | 15E | 58 | 39 |
| Octal | 362 | 60 | 121 | 0 | 120 | 103 | 5 | 536 | 130 | 71 |
| Binary | 11110010 | 110000 | 1010001 | 0 | 1010000 | 1000011 | 101 | 101011110 | 1011000 | 111001 |
Color Harmonies of #F23051
Complementary color
Monochromatic Colors of #F23051
Black with #F23051
Text Example
Text Example
White with #F23051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23051; }
p { color: rgb(242,48,81); }
H1.HeaderClassName
{
color: #F23051;
}
.AnyTagClassName
{
color: #F23051;
}
</style>
background-color css
<style>
a { background-color: #F23051; }
a { background-color: rgb(242,48,81); }
div.DivClassName
{
background-color: #F23051;
}
.BgClassName
{
background-color: #F23051;
}
</style>
border-color css
<style>
span { border-color: #F23051; }
span { border-color: rgb(242,48,81); }
td.TdClassName
{
border-color: #F23051;
}
.TagClassName
{
border-color: #F23051;
}
</style>