Shades of Alizarin #F82A32
Tints of Alizarin #F82A32
RGB
CMYK
RGB Variations
Color information
#F82A32 (or 0xF82A32) is known color: Alizarin. HEX triplet: F8, 2A and 32. RGB value is (248,42,50). Sum of RGB (Red+Green+Blue) = 248+42+50=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A32 is #07D5CD. Grayscale: #686868. Windows color (decimal): -513486 or 3287800. OLE color: 3287800.
HSL color Cylindrical-coordinate representation of color #F82A32: hue angle of 357.67º 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 #F82A32 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 50 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.03 |
| HSL | 357.67º | 0.94% | 0.57% | - |
| HSV(B) | 357.67º | 0.83% | 0.97% | - |
| XYZ | 40.12 | 21.84 | 5.12 | - |
| YUV | 104.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 50 | 0 | 0.83 | 0.80 | 0.03 | 357.67 | 0.94 | 0.57 |
| Hex | F8 | 2A | 32 | 0 | 53 | 50 | 3 | 166 | 5E | 39 |
| Octal | 370 | 52 | 62 | 0 | 123 | 120 | 3 | 546 | 136 | 71 |
| Binary | 11111000 | 101010 | 110010 | 0 | 1010011 | 1010000 | 11 | 101100110 | 1011110 | 111001 |
Color Harmonies of #F82A32
Complementary color
Monochromatic Colors of #F82A32
Black with #F82A32
Text Example
Text Example
White with #F82A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A32; }
p { color: rgb(248,42,50); }
H1.HeaderClassName
{
color: #F82A32;
}
.AnyTagClassName
{
color: #F82A32;
}
</style>
background-color css
<style>
a { background-color: #F82A32; }
a { background-color: rgb(248,42,50); }
div.DivClassName
{
background-color: #F82A32;
}
.BgClassName
{
background-color: #F82A32;
}
</style>
border-color css
<style>
span { border-color: #F82A32; }
span { border-color: rgb(248,42,50); }
td.TdClassName
{
border-color: #F82A32;
}
.TagClassName
{
border-color: #F82A32;
}
</style>