Shades of Amaranth #F23D44
Tints of Amaranth #F23D44
RGB
CMYK
RGB Variations
Color information
#F23D44 (or 0xF23D44) is known color: Amaranth. HEX triplet: F2, 3D and 44. RGB value is (242,61,68). Sum of RGB (Red+Green+Blue) = 242+61+68=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D44 is #0DC2BB. Grayscale: #747474. Windows color (decimal): -901820 or 4472306. OLE color: 4472306.
HSL color Cylindrical-coordinate representation of color #F23D44: hue angle of 357.68º degrees, saturation: 0.87, 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 #F23D44 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 68 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.05 |
| HSL | 357.68º | 0.87% | 0.59% | - |
| HSV(B) | 357.68º | 0.75% | 0.95% | - |
| XYZ | 39.33 | 22.63 | 7.76 | - |
| YUV | 115.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 68 | 0 | 0.75 | 0.72 | 0.05 | 357.68 | 0.87 | 0.59 |
| Hex | F2 | 3D | 44 | 0 | 4B | 48 | 5 | 166 | 57 | 3B |
| Octal | 362 | 75 | 104 | 0 | 113 | 110 | 5 | 546 | 127 | 73 |
| Binary | 11110010 | 111101 | 1000100 | 0 | 1001011 | 1001000 | 101 | 101100110 | 1010111 | 111011 |
Color Harmonies of #F23D44
Complementary color
Monochromatic Colors of #F23D44
Black with #F23D44
Text Example
Text Example
White with #F23D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D44; }
p { color: rgb(242,61,68); }
H1.HeaderClassName
{
color: #F23D44;
}
.AnyTagClassName
{
color: #F23D44;
}
</style>
background-color css
<style>
a { background-color: #F23D44; }
a { background-color: rgb(242,61,68); }
div.DivClassName
{
background-color: #F23D44;
}
.BgClassName
{
background-color: #F23D44;
}
</style>
border-color css
<style>
span { border-color: #F23D44; }
span { border-color: rgb(242,61,68); }
td.TdClassName
{
border-color: #F23D44;
}
.TagClassName
{
border-color: #F23D44;
}
</style>