Shades of Amaranth #F92153
Tints of Amaranth #F92153
RGB
CMYK
RGB Variations
Color information
#F92153 (or 0xF92153) is known color: Amaranth. HEX triplet: F9, 21 and 53. RGB value is (249,33,83). Sum of RGB (Red+Green+Blue) = 249+33+83=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92153 is #06DEAC. Grayscale: #676767. Windows color (decimal): -450221 or 5448185. OLE color: 5448185.
HSL color Cylindrical-coordinate representation of color #F92153: hue angle of 346.11º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92153 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 83 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.02 |
| HSL | 346.11º | 0.95% | 0.55% | - |
| HSV(B) | 346.11º | 0.87% | 0.98% | - |
| XYZ | 41.17 | 21.85 | 10.23 | - |
| YUV | 103.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 83 | 0 | 0.87 | 0.67 | 0.02 | 346.11 | 0.95 | 0.55 |
| Hex | F9 | 21 | 53 | 0 | 57 | 43 | 2 | 15A | 5F | 37 |
| Octal | 371 | 41 | 123 | 0 | 127 | 103 | 2 | 532 | 137 | 67 |
| Binary | 11111001 | 100001 | 1010011 | 0 | 1010111 | 1000011 | 10 | 101011010 | 1011111 | 110111 |
Color Harmonies of #F92153
Complementary color
Monochromatic Colors of #F92153
Black with #F92153
Text Example
Text Example
White with #F92153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92153; }
p { color: rgb(249,33,83); }
H1.HeaderClassName
{
color: #F92153;
}
.AnyTagClassName
{
color: #F92153;
}
</style>
background-color css
<style>
a { background-color: #F92153; }
a { background-color: rgb(249,33,83); }
div.DivClassName
{
background-color: #F92153;
}
.BgClassName
{
background-color: #F92153;
}
</style>
border-color css
<style>
span { border-color: #F92153; }
span { border-color: rgb(249,33,83); }
td.TdClassName
{
border-color: #F92153;
}
.TagClassName
{
border-color: #F92153;
}
</style>