Shades of Amaranth #F23C45
Tints of Amaranth #F23C45
RGB
CMYK
RGB Variations
Color information
#F23C45 (or 0xF23C45) is known color: Amaranth. HEX triplet: F2, 3C and 45. RGB value is (242,60,69). Sum of RGB (Red+Green+Blue) = 242+60+69=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C45 is #0DC3BA. Grayscale: #737373. Windows color (decimal): -902075 or 4537586. OLE color: 4537586.
HSL color Cylindrical-coordinate representation of color #F23C45: hue angle of 357.03º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C45 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 69 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.05 |
| HSL | 357.03º | 0.88% | 0.59% | - |
| HSV(B) | 357.03º | 0.75% | 0.95% | - |
| XYZ | 39.31 | 22.54 | 7.91 | - |
| YUV | 115.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 69 | 0 | 0.75 | 0.71 | 0.05 | 357.03 | 0.88 | 0.59 |
| Hex | F2 | 3C | 45 | 0 | 4B | 47 | 5 | 165 | 58 | 3B |
| Octal | 362 | 74 | 105 | 0 | 113 | 107 | 5 | 545 | 130 | 73 |
| Binary | 11110010 | 111100 | 1000101 | 0 | 1001011 | 1000111 | 101 | 101100101 | 1011000 | 111011 |
Color Harmonies of #F23C45
Complementary color
Monochromatic Colors of #F23C45
Black with #F23C45
Text Example
Text Example
White with #F23C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C45; }
p { color: rgb(242,60,69); }
H1.HeaderClassName
{
color: #F23C45;
}
.AnyTagClassName
{
color: #F23C45;
}
</style>
background-color css
<style>
a { background-color: #F23C45; }
a { background-color: rgb(242,60,69); }
div.DivClassName
{
background-color: #F23C45;
}
.BgClassName
{
background-color: #F23C45;
}
</style>
border-color css
<style>
span { border-color: #F23C45; }
span { border-color: rgb(242,60,69); }
td.TdClassName
{
border-color: #F23C45;
}
.TagClassName
{
border-color: #F23C45;
}
</style>