Shades of Alizarin #F83240
Tints of Alizarin #F83240
RGB
CMYK
RGB Variations
Color information
#F83240 (or 0xF83240) is known color: Alizarin. HEX triplet: F8, 32 and 40. RGB value is (248,50,64). Sum of RGB (Red+Green+Blue) = 248+50+64=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F83240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83240 is #07CDBF. Grayscale: #6E6E6E. Windows color (decimal): -511424 or 4207352. OLE color: 4207352.
HSL color Cylindrical-coordinate representation of color #F83240: hue angle of 355.76º 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 #F83240 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 64 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.03 |
| HSL | 355.76º | 0.93% | 0.58% | - |
| HSV(B) | 355.76º | 0.8% | 0.97% | - |
| XYZ | 40.78 | 22.61 | 7.07 | - |
| YUV | 110.8 | 101.6 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 64 | 0 | 0.80 | 0.74 | 0.03 | 355.76 | 0.93 | 0.58 |
| Hex | F8 | 32 | 40 | 0 | 50 | 4A | 3 | 164 | 5D | 3A |
| Octal | 370 | 62 | 100 | 0 | 120 | 112 | 3 | 544 | 135 | 72 |
| Binary | 11111000 | 110010 | 1000000 | 0 | 1010000 | 1001010 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F83240
Complementary color
Monochromatic Colors of #F83240
Black with #F83240
Text Example
Text Example
White with #F83240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83240; }
p { color: rgb(248,50,64); }
H1.HeaderClassName
{
color: #F83240;
}
.AnyTagClassName
{
color: #F83240;
}
</style>
background-color css
<style>
a { background-color: #F83240; }
a { background-color: rgb(248,50,64); }
div.DivClassName
{
background-color: #F83240;
}
.BgClassName
{
background-color: #F83240;
}
</style>
border-color css
<style>
span { border-color: #F83240; }
span { border-color: rgb(248,50,64); }
td.TdClassName
{
border-color: #F83240;
}
.TagClassName
{
border-color: #F83240;
}
</style>