Shades of Amaranth #F23253
Tints of Amaranth #F23253
RGB
CMYK
RGB Variations
Color information
#F23253 (or 0xF23253) is known color: Amaranth. HEX triplet: F2, 32 and 53. RGB value is (242,50,83). Sum of RGB (Red+Green+Blue) = 242+50+83=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F23253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23253 is #0DCDAC. Grayscale: #6F6F6F. Windows color (decimal): -904621 or 5452530. OLE color: 5452530.
HSL color Cylindrical-coordinate representation of color #F23253: hue angle of 349.69º 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 #F23253 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 83 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.05 |
| HSL | 349.69º | 0.88% | 0.57% | - |
| HSV(B) | 349.69º | 0.79% | 0.95% | - |
| XYZ | 39.32 | 21.78 | 10.32 | - |
| YUV | 111.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 83 | 0 | 0.79 | 0.66 | 0.05 | 349.69 | 0.88 | 0.57 |
| Hex | F2 | 32 | 53 | 0 | 4F | 42 | 5 | 15E | 58 | 39 |
| Octal | 362 | 62 | 123 | 0 | 117 | 102 | 5 | 536 | 130 | 71 |
| Binary | 11110010 | 110010 | 1010011 | 0 | 1001111 | 1000010 | 101 | 101011110 | 1011000 | 111001 |
Color Harmonies of #F23253
Complementary color
Monochromatic Colors of #F23253
Black with #F23253
Text Example
Text Example
White with #F23253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23253; }
p { color: rgb(242,50,83); }
H1.HeaderClassName
{
color: #F23253;
}
.AnyTagClassName
{
color: #F23253;
}
</style>
background-color css
<style>
a { background-color: #F23253; }
a { background-color: rgb(242,50,83); }
div.DivClassName
{
background-color: #F23253;
}
.BgClassName
{
background-color: #F23253;
}
</style>
border-color css
<style>
span { border-color: #F23253; }
span { border-color: rgb(242,50,83); }
td.TdClassName
{
border-color: #F23253;
}
.TagClassName
{
border-color: #F23253;
}
</style>