Shades of Amaranth #F92D4C
Tints of Amaranth #F92D4C
RGB
CMYK
RGB Variations
Color information
#F92D4C (or 0xF92D4C) is known color: Amaranth. HEX triplet: F9, 2D and 4C. RGB value is (249,45,76). Sum of RGB (Red+Green+Blue) = 249+45+76=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D4C is #06D2B3. Grayscale: #6D6D6D. Windows color (decimal): -447156 or 4992505. OLE color: 4992505.
HSL color Cylindrical-coordinate representation of color #F92D4C: hue angle of 350.88º 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 #F92D4C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 76 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.02 |
| HSL | 350.88º | 0.94% | 0.58% | - |
| HSV(B) | 350.88º | 0.82% | 0.98% | - |
| XYZ | 41.31 | 22.54 | 9.01 | - |
| YUV | 109.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 76 | 0 | 0.82 | 0.69 | 0.02 | 350.88 | 0.94 | 0.58 |
| Hex | F9 | 2D | 4C | 0 | 52 | 45 | 2 | 15F | 5E | 3A |
| Octal | 371 | 55 | 114 | 0 | 122 | 105 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 101101 | 1001100 | 0 | 1010010 | 1000101 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F92D4C
Complementary color
Monochromatic Colors of #F92D4C
Black with #F92D4C
Text Example
Text Example
White with #F92D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D4C; }
p { color: rgb(249,45,76); }
H1.HeaderClassName
{
color: #F92D4C;
}
.AnyTagClassName
{
color: #F92D4C;
}
</style>
background-color css
<style>
a { background-color: #F92D4C; }
a { background-color: rgb(249,45,76); }
div.DivClassName
{
background-color: #F92D4C;
}
.BgClassName
{
background-color: #F92D4C;
}
</style>
border-color css
<style>
span { border-color: #F92D4C; }
span { border-color: rgb(249,45,76); }
td.TdClassName
{
border-color: #F92D4C;
}
.TagClassName
{
border-color: #F92D4C;
}
</style>