Shades of Amaranth #F23348
Tints of Amaranth #F23348
RGB
CMYK
RGB Variations
Color information
#F23348 (or 0xF23348) is known color: Amaranth. HEX triplet: F2, 33 and 48. RGB value is (242,51,72). Sum of RGB (Red+Green+Blue) = 242+51+72=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F23348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23348 is #0DCCB7. Grayscale: #6E6E6E. Windows color (decimal): -904376 or 4731890. OLE color: 4731890.
HSL color Cylindrical-coordinate representation of color #F23348: hue angle of 353.4º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23348 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 72 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.05 |
| HSL | 353.4º | 0.88% | 0.57% | - |
| HSV(B) | 353.4º | 0.79% | 0.95% | - |
| XYZ | 38.97 | 21.71 | 8.27 | - |
| YUV | 110.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 72 | 0 | 0.79 | 0.70 | 0.05 | 353.4 | 0.88 | 0.57 |
| Hex | F2 | 33 | 48 | 0 | 4F | 46 | 5 | 161 | 58 | 39 |
| Octal | 362 | 63 | 110 | 0 | 117 | 106 | 5 | 541 | 130 | 71 |
| Binary | 11110010 | 110011 | 1001000 | 0 | 1001111 | 1000110 | 101 | 101100001 | 1011000 | 111001 |
Color Harmonies of #F23348
Complementary color
Monochromatic Colors of #F23348
Black with #F23348
Text Example
Text Example
White with #F23348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23348; }
p { color: rgb(242,51,72); }
H1.HeaderClassName
{
color: #F23348;
}
.AnyTagClassName
{
color: #F23348;
}
</style>
background-color css
<style>
a { background-color: #F23348; }
a { background-color: rgb(242,51,72); }
div.DivClassName
{
background-color: #F23348;
}
.BgClassName
{
background-color: #F23348;
}
</style>
border-color css
<style>
span { border-color: #F23348; }
span { border-color: rgb(242,51,72); }
td.TdClassName
{
border-color: #F23348;
}
.TagClassName
{
border-color: #F23348;
}
</style>