Shades of Alizarin #F83B41
Tints of Alizarin #F83B41
RGB
CMYK
RGB Variations
Color information
#F83B41 (or 0xF83B41) is known color: Alizarin. HEX triplet: F8, 3B and 41. RGB value is (248,59,65). Sum of RGB (Red+Green+Blue) = 248+59+65=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83B41 is #07C4BE. Grayscale: #747474. Windows color (decimal): -509119 or 4275192. OLE color: 4275192.
HSL color Cylindrical-coordinate representation of color #F83B41: hue angle of 358.1º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83B41 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 65 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.03 |
| HSL | 358.1º | 0.93% | 0.6% | - |
| HSV(B) | 358.1º | 0.76% | 0.97% | - |
| XYZ | 41.23 | 23.47 | 7.36 | - |
| YUV | 116.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 65 | 0 | 0.76 | 0.74 | 0.03 | 358.1 | 0.93 | 0.6 |
| Hex | F8 | 3B | 41 | 0 | 4C | 4A | 3 | 166 | 5D | 3C |
| Octal | 370 | 73 | 101 | 0 | 114 | 112 | 3 | 546 | 135 | 74 |
| Binary | 11111000 | 111011 | 1000001 | 0 | 1001100 | 1001010 | 11 | 101100110 | 1011101 | 111100 |
Color Harmonies of #F83B41
Complementary color
Monochromatic Colors of #F83B41
Black with #F83B41
Text Example
Text Example
White with #F83B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83B41; }
p { color: rgb(248,59,65); }
H1.HeaderClassName
{
color: #F83B41;
}
.AnyTagClassName
{
color: #F83B41;
}
</style>
background-color css
<style>
a { background-color: #F83B41; }
a { background-color: rgb(248,59,65); }
div.DivClassName
{
background-color: #F83B41;
}
.BgClassName
{
background-color: #F83B41;
}
</style>
border-color css
<style>
span { border-color: #F83B41; }
span { border-color: rgb(248,59,65); }
td.TdClassName
{
border-color: #F83B41;
}
.TagClassName
{
border-color: #F83B41;
}
</style>