Shades of Amaranth #F23948
Tints of Amaranth #F23948
RGB
CMYK
RGB Variations
Color information
#F23948 (or 0xF23948) is known color: Amaranth. HEX triplet: F2, 39 and 48. RGB value is (242,57,72). Sum of RGB (Red+Green+Blue) = 242+57+72=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23948 is #0DC6B7. Grayscale: #727272. Windows color (decimal): -902840 or 4733426. OLE color: 4733426.
HSL color Cylindrical-coordinate representation of color #F23948: hue angle of 355.14º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23948 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 72 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.05 |
| HSL | 355.14º | 0.88% | 0.59% | - |
| HSV(B) | 355.14º | 0.76% | 0.95% | - |
| XYZ | 39.25 | 22.27 | 8.36 | - |
| YUV | 114.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 72 | 0 | 0.76 | 0.70 | 0.05 | 355.14 | 0.88 | 0.59 |
| Hex | F2 | 39 | 48 | 0 | 4C | 46 | 5 | 163 | 58 | 3B |
| Octal | 362 | 71 | 110 | 0 | 114 | 106 | 5 | 543 | 130 | 73 |
| Binary | 11110010 | 111001 | 1001000 | 0 | 1001100 | 1000110 | 101 | 101100011 | 1011000 | 111011 |
Color Harmonies of #F23948
Complementary color
Monochromatic Colors of #F23948
Black with #F23948
Text Example
Text Example
White with #F23948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23948; }
p { color: rgb(242,57,72); }
H1.HeaderClassName
{
color: #F23948;
}
.AnyTagClassName
{
color: #F23948;
}
</style>
background-color css
<style>
a { background-color: #F23948; }
a { background-color: rgb(242,57,72); }
div.DivClassName
{
background-color: #F23948;
}
.BgClassName
{
background-color: #F23948;
}
</style>
border-color css
<style>
span { border-color: #F23948; }
span { border-color: rgb(242,57,72); }
td.TdClassName
{
border-color: #F23948;
}
.TagClassName
{
border-color: #F23948;
}
</style>