Shades of Alizarin #F8363F
Tints of Alizarin #F8363F
RGB
CMYK
RGB Variations
Color information
#F8363F (or 0xF8363F) is known color: Alizarin. HEX triplet: F8, 36 and 3F. RGB value is (248,54,63). Sum of RGB (Red+Green+Blue) = 248+54+63=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8363F is #07C9C0. Grayscale: #717171. Windows color (decimal): -510401 or 4142840. OLE color: 4142840.
HSL color Cylindrical-coordinate representation of color #F8363F: hue angle of 357.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8363F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 63 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.03 |
| HSL | 357.22º | 0.93% | 0.59% | - |
| HSV(B) | 357.22º | 0.78% | 0.97% | - |
| XYZ | 40.93 | 22.95 | 6.98 | - |
| YUV | 113.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 63 | 0 | 0.78 | 0.75 | 0.03 | 357.22 | 0.93 | 0.59 |
| Hex | F8 | 36 | 3F | 0 | 4E | 4B | 3 | 165 | 5D | 3B |
| Octal | 370 | 66 | 77 | 0 | 116 | 113 | 3 | 545 | 135 | 73 |
| Binary | 11111000 | 110110 | 111111 | 0 | 1001110 | 1001011 | 11 | 101100101 | 1011101 | 111011 |
Color Harmonies of #F8363F
Complementary color
Monochromatic Colors of #F8363F
Black with #F8363F
Text Example
Text Example
White with #F8363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8363F; }
p { color: rgb(248,54,63); }
H1.HeaderClassName
{
color: #F8363F;
}
.AnyTagClassName
{
color: #F8363F;
}
</style>
background-color css
<style>
a { background-color: #F8363F; }
a { background-color: rgb(248,54,63); }
div.DivClassName
{
background-color: #F8363F;
}
.BgClassName
{
background-color: #F8363F;
}
</style>
border-color css
<style>
span { border-color: #F8363F; }
span { border-color: rgb(248,54,63); }
td.TdClassName
{
border-color: #F8363F;
}
.TagClassName
{
border-color: #F8363F;
}
</style>