Shades of Alizarin #F8313F
Tints of Alizarin #F8313F
RGB
CMYK
RGB Variations
Color information
#F8313F (or 0xF8313F) is known color: Alizarin. HEX triplet: F8, 31 and 3F. RGB value is (248,49,63). Sum of RGB (Red+Green+Blue) = 248+49+63=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8313F is #07CEC0. Grayscale: #6E6E6E. Windows color (decimal): -511681 or 4141560. OLE color: 4141560.
HSL color Cylindrical-coordinate representation of color #F8313F: hue angle of 355.78º 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 #F8313F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 63 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.03 |
| HSL | 355.78º | 0.93% | 0.58% | - |
| HSV(B) | 355.78º | 0.8% | 0.97% | - |
| XYZ | 40.71 | 22.51 | 6.9 | - |
| YUV | 110.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 63 | 0 | 0.80 | 0.75 | 0.03 | 355.78 | 0.93 | 0.58 |
| Hex | F8 | 31 | 3F | 0 | 50 | 4B | 3 | 164 | 5D | 3A |
| Octal | 370 | 61 | 77 | 0 | 120 | 113 | 3 | 544 | 135 | 72 |
| Binary | 11111000 | 110001 | 111111 | 0 | 1010000 | 1001011 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F8313F
Complementary color
Monochromatic Colors of #F8313F
Black with #F8313F
Text Example
Text Example
White with #F8313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8313F; }
p { color: rgb(248,49,63); }
H1.HeaderClassName
{
color: #F8313F;
}
.AnyTagClassName
{
color: #F8313F;
}
</style>
background-color css
<style>
a { background-color: #F8313F; }
a { background-color: rgb(248,49,63); }
div.DivClassName
{
background-color: #F8313F;
}
.BgClassName
{
background-color: #F8313F;
}
</style>
border-color css
<style>
span { border-color: #F8313F; }
span { border-color: rgb(248,49,63); }
td.TdClassName
{
border-color: #F8313F;
}
.TagClassName
{
border-color: #F8313F;
}
</style>