Shades of Alizarin #F8393F
Tints of Alizarin #F8393F
RGB
CMYK
RGB Variations
Color information
#F8393F (or 0xF8393F) is known color: Alizarin. HEX triplet: F8, 39 and 3F. RGB value is (248,57,63). Sum of RGB (Red+Green+Blue) = 248+57+63=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F8393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8393F is #07C6C0. Grayscale: #727272. Windows color (decimal): -509633 or 4143608. OLE color: 4143608.
HSL color Cylindrical-coordinate representation of color #F8393F: hue angle of 358.12º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8393F is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 63 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.03 |
| HSL | 358.12º | 0.93% | 0.6% | - |
| HSV(B) | 358.12º | 0.77% | 0.97% | - |
| XYZ | 41.07 | 23.24 | 7.02 | - |
| YUV | 114.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 63 | 0 | 0.77 | 0.75 | 0.03 | 358.12 | 0.93 | 0.6 |
| Hex | F8 | 39 | 3F | 0 | 4D | 4B | 3 | 166 | 5D | 3C |
| Octal | 370 | 71 | 77 | 0 | 115 | 113 | 3 | 546 | 135 | 74 |
| Binary | 11111000 | 111001 | 111111 | 0 | 1001101 | 1001011 | 11 | 101100110 | 1011101 | 111100 |
Color Harmonies of #F8393F
Complementary color
Monochromatic Colors of #F8393F
Black with #F8393F
Text Example
Text Example
White with #F8393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8393F; }
p { color: rgb(248,57,63); }
H1.HeaderClassName
{
color: #F8393F;
}
.AnyTagClassName
{
color: #F8393F;
}
</style>
background-color css
<style>
a { background-color: #F8393F; }
a { background-color: rgb(248,57,63); }
div.DivClassName
{
background-color: #F8393F;
}
.BgClassName
{
background-color: #F8393F;
}
</style>
border-color css
<style>
span { border-color: #F8393F; }
span { border-color: rgb(248,57,63); }
td.TdClassName
{
border-color: #F8393F;
}
.TagClassName
{
border-color: #F8393F;
}
</style>