Shades of Alizarin #F83D41
Tints of Alizarin #F83D41
RGB
CMYK
RGB Variations
Color information
#F83D41 (or 0xF83D41) is known color: Alizarin. HEX triplet: F8, 3D and 41. RGB value is (248,61,65). Sum of RGB (Red+Green+Blue) = 248+61+65=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83D41 is #07C2BE. Grayscale: #757575. Windows color (decimal): -508607 or 4275704. OLE color: 4275704.
HSL color Cylindrical-coordinate representation of color #F83D41: hue angle of 358.72º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83D41 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 65 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.03 |
| HSL | 358.72º | 0.93% | 0.61% | - |
| HSV(B) | 358.72º | 0.75% | 0.97% | - |
| XYZ | 41.33 | 23.68 | 7.39 | - |
| YUV | 117.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 65 | 0 | 0.75 | 0.74 | 0.03 | 358.72 | 0.93 | 0.61 |
| Hex | F8 | 3D | 41 | 0 | 4B | 4A | 3 | 167 | 5D | 3D |
| Octal | 370 | 75 | 101 | 0 | 113 | 112 | 3 | 547 | 135 | 75 |
| Binary | 11111000 | 111101 | 1000001 | 0 | 1001011 | 1001010 | 11 | 101100111 | 1011101 | 111101 |
Color Harmonies of #F83D41
Complementary color
Monochromatic Colors of #F83D41
Black with #F83D41
Text Example
Text Example
White with #F83D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D41; }
p { color: rgb(248,61,65); }
H1.HeaderClassName
{
color: #F83D41;
}
.AnyTagClassName
{
color: #F83D41;
}
</style>
background-color css
<style>
a { background-color: #F83D41; }
a { background-color: rgb(248,61,65); }
div.DivClassName
{
background-color: #F83D41;
}
.BgClassName
{
background-color: #F83D41;
}
</style>
border-color css
<style>
span { border-color: #F83D41; }
span { border-color: rgb(248,61,65); }
td.TdClassName
{
border-color: #F83D41;
}
.TagClassName
{
border-color: #F83D41;
}
</style>