Shades of Amaranth #F23250
Tints of Amaranth #F23250
RGB
CMYK
RGB Variations
Color information
#F23250 (or 0xF23250) is known color: Amaranth. HEX triplet: F2, 32 and 50. RGB value is (242,50,80). Sum of RGB (Red+Green+Blue) = 242+50+80=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F23250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23250 is #0DCDAF. Grayscale: #6E6E6E. Windows color (decimal): -904624 or 5255922. OLE color: 5255922.
HSL color Cylindrical-coordinate representation of color #F23250: hue angle of 350.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23250 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 80 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.05 |
| HSL | 350.63º | 0.88% | 0.57% | - |
| HSV(B) | 350.63º | 0.79% | 0.95% | - |
| XYZ | 39.21 | 21.74 | 9.72 | - |
| YUV | 110.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 80 | 0 | 0.79 | 0.67 | 0.05 | 350.63 | 0.88 | 0.57 |
| Hex | F2 | 32 | 50 | 0 | 4F | 43 | 5 | 15F | 58 | 39 |
| Octal | 362 | 62 | 120 | 0 | 117 | 103 | 5 | 537 | 130 | 71 |
| Binary | 11110010 | 110010 | 1010000 | 0 | 1001111 | 1000011 | 101 | 101011111 | 1011000 | 111001 |
Color Harmonies of #F23250
Complementary color
Monochromatic Colors of #F23250
Black with #F23250
Text Example
Text Example
White with #F23250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23250; }
p { color: rgb(242,50,80); }
H1.HeaderClassName
{
color: #F23250;
}
.AnyTagClassName
{
color: #F23250;
}
</style>
background-color css
<style>
a { background-color: #F23250; }
a { background-color: rgb(242,50,80); }
div.DivClassName
{
background-color: #F23250;
}
.BgClassName
{
background-color: #F23250;
}
</style>
border-color css
<style>
span { border-color: #F23250; }
span { border-color: rgb(242,50,80); }
td.TdClassName
{
border-color: #F23250;
}
.TagClassName
{
border-color: #F23250;
}
</style>