Shades of Amaranth #F23643
Tints of Amaranth #F23643
RGB
CMYK
RGB Variations
Color information
#F23643 (or 0xF23643) is known color: Amaranth. HEX triplet: F2, 36 and 43. RGB value is (242,54,67). Sum of RGB (Red+Green+Blue) = 242+54+67=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23643 is #0DC9BC. Grayscale: #6F6F6F. Windows color (decimal): -903613 or 4404978. OLE color: 4404978.
HSL color Cylindrical-coordinate representation of color #F23643: hue angle of 355.85º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23643 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 67 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.05 |
| HSL | 355.85º | 0.88% | 0.58% | - |
| HSV(B) | 355.85º | 0.78% | 0.95% | - |
| XYZ | 38.95 | 21.92 | 7.49 | - |
| YUV | 111.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 67 | 0 | 0.78 | 0.72 | 0.05 | 355.85 | 0.88 | 0.58 |
| Hex | F2 | 36 | 43 | 0 | 4E | 48 | 5 | 164 | 58 | 3A |
| Octal | 362 | 66 | 103 | 0 | 116 | 110 | 5 | 544 | 130 | 72 |
| Binary | 11110010 | 110110 | 1000011 | 0 | 1001110 | 1001000 | 101 | 101100100 | 1011000 | 111010 |
Color Harmonies of #F23643
Complementary color
Monochromatic Colors of #F23643
Black with #F23643
Text Example
Text Example
White with #F23643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23643; }
p { color: rgb(242,54,67); }
H1.HeaderClassName
{
color: #F23643;
}
.AnyTagClassName
{
color: #F23643;
}
</style>
background-color css
<style>
a { background-color: #F23643; }
a { background-color: rgb(242,54,67); }
div.DivClassName
{
background-color: #F23643;
}
.BgClassName
{
background-color: #F23643;
}
</style>
border-color css
<style>
span { border-color: #F23643; }
span { border-color: rgb(242,54,67); }
td.TdClassName
{
border-color: #F23643;
}
.TagClassName
{
border-color: #F23643;
}
</style>