Shades of Amaranth #F92D43
Tints of Amaranth #F92D43
RGB
CMYK
RGB Variations
Color information
#F92D43 (or 0xF92D43) is known color: Amaranth. HEX triplet: F9, 2D and 43. RGB value is (249,45,67). Sum of RGB (Red+Green+Blue) = 249+45+67=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D43 is #06D2BC. Grayscale: #6C6C6C. Windows color (decimal): -447165 or 4402681. OLE color: 4402681.
HSL color Cylindrical-coordinate representation of color #F92D43: hue angle of 353.53º 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 #F92D43 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 67 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.02 |
| HSL | 353.53º | 0.94% | 0.58% | - |
| HSV(B) | 353.53º | 0.82% | 0.98% | - |
| XYZ | 41.02 | 22.42 | 7.48 | - |
| YUV | 108.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 67 | 0 | 0.82 | 0.73 | 0.02 | 353.53 | 0.94 | 0.58 |
| Hex | F9 | 2D | 43 | 0 | 52 | 49 | 2 | 162 | 5E | 3A |
| Octal | 371 | 55 | 103 | 0 | 122 | 111 | 2 | 542 | 136 | 72 |
| Binary | 11111001 | 101101 | 1000011 | 0 | 1010010 | 1001001 | 10 | 101100010 | 1011110 | 111010 |
Color Harmonies of #F92D43
Complementary color
Monochromatic Colors of #F92D43
Black with #F92D43
Text Example
Text Example
White with #F92D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D43; }
p { color: rgb(249,45,67); }
H1.HeaderClassName
{
color: #F92D43;
}
.AnyTagClassName
{
color: #F92D43;
}
</style>
background-color css
<style>
a { background-color: #F92D43; }
a { background-color: rgb(249,45,67); }
div.DivClassName
{
background-color: #F92D43;
}
.BgClassName
{
background-color: #F92D43;
}
</style>
border-color css
<style>
span { border-color: #F92D43; }
span { border-color: rgb(249,45,67); }
td.TdClassName
{
border-color: #F92D43;
}
.TagClassName
{
border-color: #F92D43;
}
</style>