Shades of Alizarin #F8343F
Tints of Alizarin #F8343F
RGB
CMYK
RGB Variations
Color information
#F8343F (or 0xF8343F) is known color: Alizarin. HEX triplet: F8, 34 and 3F. RGB value is (248,52,63). Sum of RGB (Red+Green+Blue) = 248+52+63=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8343F is #07CBC0. Grayscale: #707070. Windows color (decimal): -510913 or 4142328. OLE color: 4142328.
HSL color Cylindrical-coordinate representation of color #F8343F: hue angle of 356.63º 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 #F8343F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.03 |
| HSL | 356.63º | 0.93% | 0.59% | - |
| HSV(B) | 356.63º | 0.79% | 0.97% | - |
| XYZ | 40.84 | 22.77 | 6.95 | - |
| YUV | 111.86 | 100.43 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 63 | 0 | 0.79 | 0.75 | 0.03 | 356.63 | 0.93 | 0.59 |
| Hex | F8 | 34 | 3F | 0 | 4F | 4B | 3 | 165 | 5D | 3B |
| Octal | 370 | 64 | 77 | 0 | 117 | 113 | 3 | 545 | 135 | 73 |
| Binary | 11111000 | 110100 | 111111 | 0 | 1001111 | 1001011 | 11 | 101100101 | 1011101 | 111011 |
Color Harmonies of #F8343F
Complementary color
Monochromatic Colors of #F8343F
Black with #F8343F
Text Example
Text Example
White with #F8343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8343F; }
p { color: rgb(248,52,63); }
H1.HeaderClassName
{
color: #F8343F;
}
.AnyTagClassName
{
color: #F8343F;
}
</style>
background-color css
<style>
a { background-color: #F8343F; }
a { background-color: rgb(248,52,63); }
div.DivClassName
{
background-color: #F8343F;
}
.BgClassName
{
background-color: #F8343F;
}
</style>
border-color css
<style>
span { border-color: #F8343F; }
span { border-color: rgb(248,52,63); }
td.TdClassName
{
border-color: #F8343F;
}
.TagClassName
{
border-color: #F8343F;
}
</style>