Shades of Amaranth #F83345
Tints of Amaranth #F83345
RGB
CMYK
RGB Variations
Color information
#F83345 (or 0xF83345) is known color: Amaranth. HEX triplet: F8, 33 and 45. RGB value is (248,51,69). Sum of RGB (Red+Green+Blue) = 248+51+69=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F83345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83345 is #07CCBA. Grayscale: #707070. Windows color (decimal): -511163 or 4535288. OLE color: 4535288.
HSL color Cylindrical-coordinate representation of color #F83345: hue angle of 354.52º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83345 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 69 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.03 |
| HSL | 354.52º | 0.93% | 0.59% | - |
| HSV(B) | 354.52º | 0.79% | 0.97% | - |
| XYZ | 40.97 | 22.75 | 7.86 | - |
| YUV | 111.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 69 | 0 | 0.79 | 0.72 | 0.03 | 354.52 | 0.93 | 0.59 |
| Hex | F8 | 33 | 45 | 0 | 4F | 48 | 3 | 163 | 5D | 3B |
| Octal | 370 | 63 | 105 | 0 | 117 | 110 | 3 | 543 | 135 | 73 |
| Binary | 11111000 | 110011 | 1000101 | 0 | 1001111 | 1001000 | 11 | 101100011 | 1011101 | 111011 |
Color Harmonies of #F83345
Complementary color
Monochromatic Colors of #F83345
Black with #F83345
Text Example
Text Example
White with #F83345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83345; }
p { color: rgb(248,51,69); }
H1.HeaderClassName
{
color: #F83345;
}
.AnyTagClassName
{
color: #F83345;
}
</style>
background-color css
<style>
a { background-color: #F83345; }
a { background-color: rgb(248,51,69); }
div.DivClassName
{
background-color: #F83345;
}
.BgClassName
{
background-color: #F83345;
}
</style>
border-color css
<style>
span { border-color: #F83345; }
span { border-color: rgb(248,51,69); }
td.TdClassName
{
border-color: #F83345;
}
.TagClassName
{
border-color: #F83345;
}
</style>