Shades of Amaranth #F23743
Tints of Amaranth #F23743
RGB
CMYK
RGB Variations
Color information
#F23743 (or 0xF23743) is known color: Amaranth. HEX triplet: F2, 37 and 43. RGB value is (242,55,67). Sum of RGB (Red+Green+Blue) = 242+55+67=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F23743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23743 is #0DC8BC. Grayscale: #707070. Windows color (decimal): -903357 or 4405234. OLE color: 4405234.
HSL color Cylindrical-coordinate representation of color #F23743: hue angle of 356.15º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23743 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 67 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.05 |
| HSL | 356.15º | 0.88% | 0.58% | - |
| HSV(B) | 356.15º | 0.77% | 0.95% | - |
| XYZ | 39 | 22.01 | 7.5 | - |
| YUV | 112.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 67 | 0 | 0.77 | 0.72 | 0.05 | 356.15 | 0.88 | 0.58 |
| Hex | F2 | 37 | 43 | 0 | 4D | 48 | 5 | 164 | 58 | 3A |
| Octal | 362 | 67 | 103 | 0 | 115 | 110 | 5 | 544 | 130 | 72 |
| Binary | 11110010 | 110111 | 1000011 | 0 | 1001101 | 1001000 | 101 | 101100100 | 1011000 | 111010 |
Color Harmonies of #F23743
Complementary color
Monochromatic Colors of #F23743
Black with #F23743
Text Example
Text Example
White with #F23743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23743; }
p { color: rgb(242,55,67); }
H1.HeaderClassName
{
color: #F23743;
}
.AnyTagClassName
{
color: #F23743;
}
</style>
background-color css
<style>
a { background-color: #F23743; }
a { background-color: rgb(242,55,67); }
div.DivClassName
{
background-color: #F23743;
}
.BgClassName
{
background-color: #F23743;
}
</style>
border-color css
<style>
span { border-color: #F23743; }
span { border-color: rgb(242,55,67); }
td.TdClassName
{
border-color: #F23743;
}
.TagClassName
{
border-color: #F23743;
}
</style>