Shades of Alizarin #F8353F
Tints of Alizarin #F8353F
RGB
CMYK
RGB Variations
Color information
#F8353F (or 0xF8353F) is known color: Alizarin. HEX triplet: F8, 35 and 3F. RGB value is (248,53,63). Sum of RGB (Red+Green+Blue) = 248+53+63=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8353F is #07CAC0. Grayscale: #707070. Windows color (decimal): -510657 or 4142584. OLE color: 4142584.
HSL color Cylindrical-coordinate representation of color #F8353F: hue angle of 356.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8353F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.03 |
| HSL | 356.92º | 0.93% | 0.59% | - |
| HSV(B) | 356.92º | 0.79% | 0.97% | - |
| XYZ | 40.88 | 22.86 | 6.96 | - |
| YUV | 112.45 | 100.1 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 63 | 0 | 0.79 | 0.75 | 0.03 | 356.92 | 0.93 | 0.59 |
| Hex | F8 | 35 | 3F | 0 | 4F | 4B | 3 | 165 | 5D | 3B |
| Octal | 370 | 65 | 77 | 0 | 117 | 113 | 3 | 545 | 135 | 73 |
| Binary | 11111000 | 110101 | 111111 | 0 | 1001111 | 1001011 | 11 | 101100101 | 1011101 | 111011 |
Color Harmonies of #F8353F
Complementary color
Monochromatic Colors of #F8353F
Black with #F8353F
Text Example
Text Example
White with #F8353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8353F; }
p { color: rgb(248,53,63); }
H1.HeaderClassName
{
color: #F8353F;
}
.AnyTagClassName
{
color: #F8353F;
}
</style>
background-color css
<style>
a { background-color: #F8353F; }
a { background-color: rgb(248,53,63); }
div.DivClassName
{
background-color: #F8353F;
}
.BgClassName
{
background-color: #F8353F;
}
</style>
border-color css
<style>
span { border-color: #F8353F; }
span { border-color: rgb(248,53,63); }
td.TdClassName
{
border-color: #F8353F;
}
.TagClassName
{
border-color: #F8353F;
}
</style>