Shades of Alizarin #F82D3A
Tints of Alizarin #F82D3A
RGB
CMYK
RGB Variations
Color information
#F82D3A (or 0xF82D3A) is known color: Alizarin. HEX triplet: F8, 2D and 3A. RGB value is (248,45,58). Sum of RGB (Red+Green+Blue) = 248+45+58=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D3A is #07D2C5. Grayscale: #6B6B6B. Windows color (decimal): -512710 or 3812856. OLE color: 3812856.
HSL color Cylindrical-coordinate representation of color #F82D3A: hue angle of 356.16º 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 #F82D3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.03 |
| HSL | 356.16º | 0.94% | 0.57% | - |
| HSV(B) | 356.16º | 0.82% | 0.97% | - |
| XYZ | 40.41 | 22.14 | 6.15 | - |
| YUV | 107.18 | 100.25 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 58 | 0 | 0.82 | 0.77 | 0.03 | 356.16 | 0.94 | 0.57 |
| Hex | F8 | 2D | 3A | 0 | 52 | 4D | 3 | 164 | 5E | 39 |
| Octal | 370 | 55 | 72 | 0 | 122 | 115 | 3 | 544 | 136 | 71 |
| Binary | 11111000 | 101101 | 111010 | 0 | 1010010 | 1001101 | 11 | 101100100 | 1011110 | 111001 |
Color Harmonies of #F82D3A
Complementary color
Monochromatic Colors of #F82D3A
Black with #F82D3A
Text Example
Text Example
White with #F82D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D3A; }
p { color: rgb(248,45,58); }
H1.HeaderClassName
{
color: #F82D3A;
}
.AnyTagClassName
{
color: #F82D3A;
}
</style>
background-color css
<style>
a { background-color: #F82D3A; }
a { background-color: rgb(248,45,58); }
div.DivClassName
{
background-color: #F82D3A;
}
.BgClassName
{
background-color: #F82D3A;
}
</style>
border-color css
<style>
span { border-color: #F82D3A; }
span { border-color: rgb(248,45,58); }
td.TdClassName
{
border-color: #F82D3A;
}
.TagClassName
{
border-color: #F82D3A;
}
</style>