Shades of Amaranth #F82C43
Tints of Amaranth #F82C43
RGB
CMYK
RGB Variations
Color information
#F82C43 (or 0xF82C43) is known color: Amaranth. HEX triplet: F8, 2C and 43. RGB value is (248,44,67). Sum of RGB (Red+Green+Blue) = 248+44+67=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C43 is #07D3BC. Grayscale: #6B6B6B. Windows color (decimal): -512957 or 4402424. OLE color: 4402424.
HSL color Cylindrical-coordinate representation of color #F82C43: hue angle of 353.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82C43 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 67 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.03 |
| HSL | 353.24º | 0.94% | 0.57% | - |
| HSV(B) | 353.24º | 0.82% | 0.97% | - |
| XYZ | 40.63 | 22.16 | 7.45 | - |
| YUV | 107.62 | 105.09 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 67 | 0 | 0.82 | 0.73 | 0.03 | 353.24 | 0.94 | 0.57 |
| Hex | F8 | 2C | 43 | 0 | 52 | 49 | 3 | 161 | 5E | 39 |
| Octal | 370 | 54 | 103 | 0 | 122 | 111 | 3 | 541 | 136 | 71 |
| Binary | 11111000 | 101100 | 1000011 | 0 | 1010010 | 1001001 | 11 | 101100001 | 1011110 | 111001 |
Color Harmonies of #F82C43
Complementary color
Monochromatic Colors of #F82C43
Black with #F82C43
Text Example
Text Example
White with #F82C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C43; }
p { color: rgb(248,44,67); }
H1.HeaderClassName
{
color: #F82C43;
}
.AnyTagClassName
{
color: #F82C43;
}
</style>
background-color css
<style>
a { background-color: #F82C43; }
a { background-color: rgb(248,44,67); }
div.DivClassName
{
background-color: #F82C43;
}
.BgClassName
{
background-color: #F82C43;
}
</style>
border-color css
<style>
span { border-color: #F82C43; }
span { border-color: rgb(248,44,67); }
td.TdClassName
{
border-color: #F82C43;
}
.TagClassName
{
border-color: #F82C43;
}
</style>