Shades of Amaranth #F23850
Tints of Amaranth #F23850
RGB
CMYK
RGB Variations
Color information
#F23850 (or 0xF23850) is known color: Amaranth. HEX triplet: F2, 38 and 50. RGB value is (242,56,80). Sum of RGB (Red+Green+Blue) = 242+56+80=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23850 is #0DC7AF. Grayscale: #727272. Windows color (decimal): -903088 or 5257458. OLE color: 5257458.
HSL color Cylindrical-coordinate representation of color #F23850: hue angle of 352.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23850 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 80 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.05 |
| HSL | 352.26º | 0.88% | 0.58% | - |
| HSV(B) | 352.26º | 0.77% | 0.95% | - |
| XYZ | 39.48 | 22.28 | 9.81 | - |
| YUV | 114.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 80 | 0 | 0.77 | 0.67 | 0.05 | 352.26 | 0.88 | 0.58 |
| Hex | F2 | 38 | 50 | 0 | 4D | 43 | 5 | 160 | 58 | 3A |
| Octal | 362 | 70 | 120 | 0 | 115 | 103 | 5 | 540 | 130 | 72 |
| Binary | 11110010 | 111000 | 1010000 | 0 | 1001101 | 1000011 | 101 | 101100000 | 1011000 | 111010 |
Color Harmonies of #F23850
Complementary color
Monochromatic Colors of #F23850
Black with #F23850
Text Example
Text Example
White with #F23850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23850; }
p { color: rgb(242,56,80); }
H1.HeaderClassName
{
color: #F23850;
}
.AnyTagClassName
{
color: #F23850;
}
</style>
background-color css
<style>
a { background-color: #F23850; }
a { background-color: rgb(242,56,80); }
div.DivClassName
{
background-color: #F23850;
}
.BgClassName
{
background-color: #F23850;
}
</style>
border-color css
<style>
span { border-color: #F23850; }
span { border-color: rgb(242,56,80); }
td.TdClassName
{
border-color: #F23850;
}
.TagClassName
{
border-color: #F23850;
}
</style>