Shades of Amaranth #F23443
Tints of Amaranth #F23443
RGB
CMYK
RGB Variations
Color information
#F23443 (or 0xF23443) is known color: Amaranth. HEX triplet: F2, 34 and 43. RGB value is (242,52,67). Sum of RGB (Red+Green+Blue) = 242+52+67=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F23443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23443 is #0DCBBC. Grayscale: #6E6E6E. Windows color (decimal): -904125 or 4404466. OLE color: 4404466.
HSL color Cylindrical-coordinate representation of color #F23443: hue angle of 355.26º 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 #F23443 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 67 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.05 |
| HSL | 355.26º | 0.88% | 0.58% | - |
| HSV(B) | 355.26º | 0.79% | 0.95% | - |
| XYZ | 38.86 | 21.74 | 7.46 | - |
| YUV | 110.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 67 | 0 | 0.79 | 0.72 | 0.05 | 355.26 | 0.88 | 0.58 |
| Hex | F2 | 34 | 43 | 0 | 4F | 48 | 5 | 163 | 58 | 3A |
| Octal | 362 | 64 | 103 | 0 | 117 | 110 | 5 | 543 | 130 | 72 |
| Binary | 11110010 | 110100 | 1000011 | 0 | 1001111 | 1001000 | 101 | 101100011 | 1011000 | 111010 |
Color Harmonies of #F23443
Complementary color
Monochromatic Colors of #F23443
Black with #F23443
Text Example
Text Example
White with #F23443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23443; }
p { color: rgb(242,52,67); }
H1.HeaderClassName
{
color: #F23443;
}
.AnyTagClassName
{
color: #F23443;
}
</style>
background-color css
<style>
a { background-color: #F23443; }
a { background-color: rgb(242,52,67); }
div.DivClassName
{
background-color: #F23443;
}
.BgClassName
{
background-color: #F23443;
}
</style>
border-color css
<style>
span { border-color: #F23443; }
span { border-color: rgb(242,52,67); }
td.TdClassName
{
border-color: #F23443;
}
.TagClassName
{
border-color: #F23443;
}
</style>