Shades of Amaranth #F23442
Tints of Amaranth #F23442
RGB
CMYK
RGB Variations
Color information
#F23442 (or 0xF23442) is known color: Amaranth. HEX triplet: F2, 34 and 42. RGB value is (242,52,66). Sum of RGB (Red+Green+Blue) = 242+52+66=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F23442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23442 is #0DCBBD. Grayscale: #6E6E6E. Windows color (decimal): -904126 or 4338930. OLE color: 4338930.
HSL color Cylindrical-coordinate representation of color #F23442: hue angle of 355.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23442 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 66 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.05 |
| HSL | 355.58º | 0.88% | 0.58% | - |
| HSV(B) | 355.58º | 0.79% | 0.95% | - |
| XYZ | 38.83 | 21.73 | 7.3 | - |
| YUV | 110.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 66 | 0 | 0.79 | 0.73 | 0.05 | 355.58 | 0.88 | 0.58 |
| Hex | F2 | 34 | 42 | 0 | 4F | 49 | 5 | 164 | 58 | 3A |
| Octal | 362 | 64 | 102 | 0 | 117 | 111 | 5 | 544 | 130 | 72 |
| Binary | 11110010 | 110100 | 1000010 | 0 | 1001111 | 1001001 | 101 | 101100100 | 1011000 | 111010 |
Color Harmonies of #F23442
Complementary color
Monochromatic Colors of #F23442
Black with #F23442
Text Example
Text Example
White with #F23442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23442; }
p { color: rgb(242,52,66); }
H1.HeaderClassName
{
color: #F23442;
}
.AnyTagClassName
{
color: #F23442;
}
</style>
background-color css
<style>
a { background-color: #F23442; }
a { background-color: rgb(242,52,66); }
div.DivClassName
{
background-color: #F23442;
}
.BgClassName
{
background-color: #F23442;
}
</style>
border-color css
<style>
span { border-color: #F23442; }
span { border-color: rgb(242,52,66); }
td.TdClassName
{
border-color: #F23442;
}
.TagClassName
{
border-color: #F23442;
}
</style>