Shades of Amaranth #F23142
Tints of Amaranth #F23142
RGB
CMYK
RGB Variations
Color information
#F23142 (or 0xF23142) is known color: Amaranth. HEX triplet: F2, 31 and 42. RGB value is (242,49,66). Sum of RGB (Red+Green+Blue) = 242+49+66=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23142 is #0DCEBD. Grayscale: #6C6C6C. Windows color (decimal): -904894 or 4338162. OLE color: 4338162.
HSL color Cylindrical-coordinate representation of color #F23142: hue angle of 354.72º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23142 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 66 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.05 |
| HSL | 354.72º | 0.88% | 0.57% | - |
| HSV(B) | 354.72º | 0.8% | 0.95% | - |
| XYZ | 38.7 | 21.47 | 7.26 | - |
| YUV | 108.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 66 | 0 | 0.80 | 0.73 | 0.05 | 354.72 | 0.88 | 0.57 |
| Hex | F2 | 31 | 42 | 0 | 50 | 49 | 5 | 163 | 58 | 39 |
| Octal | 362 | 61 | 102 | 0 | 120 | 111 | 5 | 543 | 130 | 71 |
| Binary | 11110010 | 110001 | 1000010 | 0 | 1010000 | 1001001 | 101 | 101100011 | 1011000 | 111001 |
Color Harmonies of #F23142
Complementary color
Monochromatic Colors of #F23142
Black with #F23142
Text Example
Text Example
White with #F23142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23142; }
p { color: rgb(242,49,66); }
H1.HeaderClassName
{
color: #F23142;
}
.AnyTagClassName
{
color: #F23142;
}
</style>
background-color css
<style>
a { background-color: #F23142; }
a { background-color: rgb(242,49,66); }
div.DivClassName
{
background-color: #F23142;
}
.BgClassName
{
background-color: #F23142;
}
</style>
border-color css
<style>
span { border-color: #F23142; }
span { border-color: rgb(242,49,66); }
td.TdClassName
{
border-color: #F23142;
}
.TagClassName
{
border-color: #F23142;
}
</style>