Shades of Alizarin #F83B40
Tints of Alizarin #F83B40
RGB
CMYK
RGB Variations
Color information
#F83B40 (or 0xF83B40) is known color: Alizarin. HEX triplet: F8, 3B and 40. RGB value is (248,59,64). Sum of RGB (Red+Green+Blue) = 248+59+64=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83B40 is #07C4BF. Grayscale: #747474. Windows color (decimal): -509120 or 4209656. OLE color: 4209656.
HSL color Cylindrical-coordinate representation of color #F83B40: hue angle of 358.41º 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 #F83B40 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 64 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.03 |
| HSL | 358.41º | 0.93% | 0.6% | - |
| HSV(B) | 358.41º | 0.76% | 0.97% | - |
| XYZ | 41.2 | 23.45 | 7.21 | - |
| YUV | 116.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 64 | 0 | 0.76 | 0.74 | 0.03 | 358.41 | 0.93 | 0.6 |
| Hex | F8 | 3B | 40 | 0 | 4C | 4A | 3 | 166 | 5D | 3C |
| Octal | 370 | 73 | 100 | 0 | 114 | 112 | 3 | 546 | 135 | 74 |
| Binary | 11111000 | 111011 | 1000000 | 0 | 1001100 | 1001010 | 11 | 101100110 | 1011101 | 111100 |
Color Harmonies of #F83B40
Complementary color
Monochromatic Colors of #F83B40
Black with #F83B40
Text Example
Text Example
White with #F83B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83B40; }
p { color: rgb(248,59,64); }
H1.HeaderClassName
{
color: #F83B40;
}
.AnyTagClassName
{
color: #F83B40;
}
</style>
background-color css
<style>
a { background-color: #F83B40; }
a { background-color: rgb(248,59,64); }
div.DivClassName
{
background-color: #F83B40;
}
.BgClassName
{
background-color: #F83B40;
}
</style>
border-color css
<style>
span { border-color: #F83B40; }
span { border-color: rgb(248,59,64); }
td.TdClassName
{
border-color: #F83B40;
}
.TagClassName
{
border-color: #F83B40;
}
</style>