Shades of Alizarin #F82E40
Tints of Alizarin #F82E40
RGB
CMYK
RGB Variations
Color information
#F82E40 (or 0xF82E40) is known color: Alizarin. HEX triplet: F8, 2E and 40. RGB value is (248,46,64). Sum of RGB (Red+Green+Blue) = 248+46+64=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82E40 is #07D1BF. Grayscale: #6C6C6C. Windows color (decimal): -512448 or 4206328. OLE color: 4206328.
HSL color Cylindrical-coordinate representation of color #F82E40: hue angle of 354.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82E40 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 46 | 64 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.03 |
| HSL | 354.65º | 0.94% | 0.58% | - |
| HSV(B) | 354.65º | 0.81% | 0.97% | - |
| XYZ | 40.61 | 22.28 | 7.01 | - |
| YUV | 108.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 64 | 0 | 0.81 | 0.74 | 0.03 | 354.65 | 0.94 | 0.58 |
| Hex | F8 | 2E | 40 | 0 | 51 | 4A | 3 | 163 | 5E | 3A |
| Octal | 370 | 56 | 100 | 0 | 121 | 112 | 3 | 543 | 136 | 72 |
| Binary | 11111000 | 101110 | 1000000 | 0 | 1010001 | 1001010 | 11 | 101100011 | 1011110 | 111010 |
Color Harmonies of #F82E40
Complementary color
Monochromatic Colors of #F82E40
Black with #F82E40
Text Example
Text Example
White with #F82E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82E40; }
p { color: rgb(248,46,64); }
H1.HeaderClassName
{
color: #F82E40;
}
.AnyTagClassName
{
color: #F82E40;
}
</style>
background-color css
<style>
a { background-color: #F82E40; }
a { background-color: rgb(248,46,64); }
div.DivClassName
{
background-color: #F82E40;
}
.BgClassName
{
background-color: #F82E40;
}
</style>
border-color css
<style>
span { border-color: #F82E40; }
span { border-color: rgb(248,46,64); }
td.TdClassName
{
border-color: #F82E40;
}
.TagClassName
{
border-color: #F82E40;
}
</style>