Shades of Alizarin #F82A41
Tints of Alizarin #F82A41
RGB
CMYK
RGB Variations
Color information
#F82A41 (or 0xF82A41) is known color: Alizarin. HEX triplet: F8, 2A and 41. RGB value is (248,42,65). Sum of RGB (Red+Green+Blue) = 248+42+65=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A41 is #07D5BE. Grayscale: #6A6A6A. Windows color (decimal): -513471 or 4270840. OLE color: 4270840.
HSL color Cylindrical-coordinate representation of color #F82A41: hue angle of 353.3º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82A41 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 65 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.03 |
| HSL | 353.3º | 0.94% | 0.57% | - |
| HSV(B) | 353.3º | 0.83% | 0.97% | - |
| XYZ | 40.49 | 21.99 | 7.11 | - |
| YUV | 106.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 65 | 0 | 0.83 | 0.74 | 0.03 | 353.3 | 0.94 | 0.57 |
| Hex | F8 | 2A | 41 | 0 | 53 | 4A | 3 | 161 | 5E | 39 |
| Octal | 370 | 52 | 101 | 0 | 123 | 112 | 3 | 541 | 136 | 71 |
| Binary | 11111000 | 101010 | 1000001 | 0 | 1010011 | 1001010 | 11 | 101100001 | 1011110 | 111001 |
Color Harmonies of #F82A41
Complementary color
Monochromatic Colors of #F82A41
Black with #F82A41
Text Example
Text Example
White with #F82A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A41; }
p { color: rgb(248,42,65); }
H1.HeaderClassName
{
color: #F82A41;
}
.AnyTagClassName
{
color: #F82A41;
}
</style>
background-color css
<style>
a { background-color: #F82A41; }
a { background-color: rgb(248,42,65); }
div.DivClassName
{
background-color: #F82A41;
}
.BgClassName
{
background-color: #F82A41;
}
</style>
border-color css
<style>
span { border-color: #F82A41; }
span { border-color: rgb(248,42,65); }
td.TdClassName
{
border-color: #F82A41;
}
.TagClassName
{
border-color: #F82A41;
}
</style>