Shades of Amaranth #F92D45
Tints of Amaranth #F92D45
RGB
CMYK
RGB Variations
Color information
#F92D45 (or 0xF92D45) is known color: Amaranth. HEX triplet: F9, 2D and 45. RGB value is (249,45,69). Sum of RGB (Red+Green+Blue) = 249+45+69=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D45 is #06D2BA. Grayscale: #6C6C6C. Windows color (decimal): -447163 or 4533753. OLE color: 4533753.
HSL color Cylindrical-coordinate representation of color #F92D45: hue angle of 352.94º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D45 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 69 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.02 |
| HSL | 352.94º | 0.94% | 0.58% | - |
| HSV(B) | 352.94º | 0.82% | 0.98% | - |
| XYZ | 41.08 | 22.45 | 7.8 | - |
| YUV | 108.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 69 | 0 | 0.82 | 0.72 | 0.02 | 352.94 | 0.94 | 0.58 |
| Hex | F9 | 2D | 45 | 0 | 52 | 48 | 2 | 161 | 5E | 3A |
| Octal | 371 | 55 | 105 | 0 | 122 | 110 | 2 | 541 | 136 | 72 |
| Binary | 11111001 | 101101 | 1000101 | 0 | 1010010 | 1001000 | 10 | 101100001 | 1011110 | 111010 |
Color Harmonies of #F92D45
Complementary color
Monochromatic Colors of #F92D45
Black with #F92D45
Text Example
Text Example
White with #F92D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D45; }
p { color: rgb(249,45,69); }
H1.HeaderClassName
{
color: #F92D45;
}
.AnyTagClassName
{
color: #F92D45;
}
</style>
background-color css
<style>
a { background-color: #F92D45; }
a { background-color: rgb(249,45,69); }
div.DivClassName
{
background-color: #F92D45;
}
.BgClassName
{
background-color: #F92D45;
}
</style>
border-color css
<style>
span { border-color: #F92D45; }
span { border-color: rgb(249,45,69); }
td.TdClassName
{
border-color: #F92D45;
}
.TagClassName
{
border-color: #F92D45;
}
</style>