Shades of Amaranth #F92C48
Tints of Amaranth #F92C48
RGB
CMYK
RGB Variations
Color information
#F92C48 (or 0xF92C48) is known color: Amaranth. HEX triplet: F9, 2C and 48. RGB value is (249,44,72). Sum of RGB (Red+Green+Blue) = 249+44+72=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C48 is #06D3B7. Grayscale: #6C6C6C. Windows color (decimal): -447416 or 4730105. OLE color: 4730105.
HSL color Cylindrical-coordinate representation of color #F92C48: hue angle of 351.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C48 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 72 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.02 |
| HSL | 351.8º | 0.94% | 0.57% | - |
| HSV(B) | 351.8º | 0.82% | 0.98% | - |
| XYZ | 41.14 | 22.41 | 8.29 | - |
| YUV | 108.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 72 | 0 | 0.82 | 0.71 | 0.02 | 351.8 | 0.94 | 0.57 |
| Hex | F9 | 2C | 48 | 0 | 52 | 47 | 2 | 160 | 5E | 39 |
| Octal | 371 | 54 | 110 | 0 | 122 | 107 | 2 | 540 | 136 | 71 |
| Binary | 11111001 | 101100 | 1001000 | 0 | 1010010 | 1000111 | 10 | 101100000 | 1011110 | 111001 |
Color Harmonies of #F92C48
Complementary color
Monochromatic Colors of #F92C48
Black with #F92C48
Text Example
Text Example
White with #F92C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C48; }
p { color: rgb(249,44,72); }
H1.HeaderClassName
{
color: #F92C48;
}
.AnyTagClassName
{
color: #F92C48;
}
</style>
background-color css
<style>
a { background-color: #F92C48; }
a { background-color: rgb(249,44,72); }
div.DivClassName
{
background-color: #F92C48;
}
.BgClassName
{
background-color: #F92C48;
}
</style>
border-color css
<style>
span { border-color: #F92C48; }
span { border-color: rgb(249,44,72); }
td.TdClassName
{
border-color: #F92C48;
}
.TagClassName
{
border-color: #F92C48;
}
</style>