Shades of Amaranth #F23F45
Tints of Amaranth #F23F45
RGB
CMYK
RGB Variations
Color information
#F23F45 (or 0xF23F45) is known color: Amaranth. HEX triplet: F2, 3F and 45. RGB value is (242,63,69). Sum of RGB (Red+Green+Blue) = 242+63+69=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F45 is #0DC0BA. Grayscale: #757575. Windows color (decimal): -901307 or 4538354. OLE color: 4538354.
HSL color Cylindrical-coordinate representation of color #F23F45: hue angle of 357.99º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23F45 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 69 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.05 |
| HSL | 357.99º | 0.87% | 0.6% | - |
| HSV(B) | 357.99º | 0.74% | 0.95% | - |
| XYZ | 39.47 | 22.86 | 7.96 | - |
| YUV | 117.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 69 | 0 | 0.74 | 0.71 | 0.05 | 357.99 | 0.87 | 0.6 |
| Hex | F2 | 3F | 45 | 0 | 4A | 47 | 5 | 166 | 57 | 3C |
| Octal | 362 | 77 | 105 | 0 | 112 | 107 | 5 | 546 | 127 | 74 |
| Binary | 11110010 | 111111 | 1000101 | 0 | 1001010 | 1000111 | 101 | 101100110 | 1010111 | 111100 |
Color Harmonies of #F23F45
Complementary color
Monochromatic Colors of #F23F45
Black with #F23F45
Text Example
Text Example
White with #F23F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F45; }
p { color: rgb(242,63,69); }
H1.HeaderClassName
{
color: #F23F45;
}
.AnyTagClassName
{
color: #F23F45;
}
</style>
background-color css
<style>
a { background-color: #F23F45; }
a { background-color: rgb(242,63,69); }
div.DivClassName
{
background-color: #F23F45;
}
.BgClassName
{
background-color: #F23F45;
}
</style>
border-color css
<style>
span { border-color: #F23F45; }
span { border-color: rgb(242,63,69); }
td.TdClassName
{
border-color: #F23F45;
}
.TagClassName
{
border-color: #F23F45;
}
</style>