Shades of Alizarin #F83140
Tints of Alizarin #F83140
RGB
CMYK
RGB Variations
Color information
#F83140 (or 0xF83140) is known color: Alizarin. HEX triplet: F8, 31 and 40. RGB value is (248,49,64). Sum of RGB (Red+Green+Blue) = 248+49+64=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F83140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83140 is #07CEBF. Grayscale: #6E6E6E. Windows color (decimal): -511680 or 4207096. OLE color: 4207096.
HSL color Cylindrical-coordinate representation of color #F83140: hue angle of 355.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83140 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 64 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.03 |
| HSL | 355.48º | 0.93% | 0.58% | - |
| HSV(B) | 355.48º | 0.8% | 0.97% | - |
| XYZ | 40.74 | 22.52 | 7.05 | - |
| YUV | 110.21 | 101.93 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 64 | 0 | 0.80 | 0.74 | 0.03 | 355.48 | 0.93 | 0.58 |
| Hex | F8 | 31 | 40 | 0 | 50 | 4A | 3 | 163 | 5D | 3A |
| Octal | 370 | 61 | 100 | 0 | 120 | 112 | 3 | 543 | 135 | 72 |
| Binary | 11111000 | 110001 | 1000000 | 0 | 1010000 | 1001010 | 11 | 101100011 | 1011101 | 111010 |
Color Harmonies of #F83140
Complementary color
Monochromatic Colors of #F83140
Black with #F83140
Text Example
Text Example
White with #F83140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83140; }
p { color: rgb(248,49,64); }
H1.HeaderClassName
{
color: #F83140;
}
.AnyTagClassName
{
color: #F83140;
}
</style>
background-color css
<style>
a { background-color: #F83140; }
a { background-color: rgb(248,49,64); }
div.DivClassName
{
background-color: #F83140;
}
.BgClassName
{
background-color: #F83140;
}
</style>
border-color css
<style>
span { border-color: #F83140; }
span { border-color: rgb(248,49,64); }
td.TdClassName
{
border-color: #F83140;
}
.TagClassName
{
border-color: #F83140;
}
</style>