Shades of Alizarin #F8343C
Tints of Alizarin #F8343C
RGB
CMYK
RGB Variations
Color information
#F8343C (or 0xF8343C) is known color: Alizarin. HEX triplet: F8, 34 and 3C. RGB value is (248,52,60). Sum of RGB (Red+Green+Blue) = 248+52+60=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8343C is #07CBC3. Grayscale: #6F6F6F. Windows color (decimal): -510916 or 3945720. OLE color: 3945720.
HSL color Cylindrical-coordinate representation of color #F8343C: hue angle of 357.55º 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 #F8343C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.03 |
| HSL | 357.55º | 0.93% | 0.59% | - |
| HSV(B) | 357.55º | 0.79% | 0.97% | - |
| XYZ | 40.76 | 22.74 | 6.52 | - |
| YUV | 111.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 60 | 0 | 0.79 | 0.76 | 0.03 | 357.55 | 0.93 | 0.59 |
| Hex | F8 | 34 | 3C | 0 | 4F | 4C | 3 | 166 | 5D | 3B |
| Octal | 370 | 64 | 74 | 0 | 117 | 114 | 3 | 546 | 135 | 73 |
| Binary | 11111000 | 110100 | 111100 | 0 | 1001111 | 1001100 | 11 | 101100110 | 1011101 | 111011 |
Color Harmonies of #F8343C
Complementary color
Monochromatic Colors of #F8343C
Black with #F8343C
Text Example
Text Example
White with #F8343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8343C; }
p { color: rgb(248,52,60); }
H1.HeaderClassName
{
color: #F8343C;
}
.AnyTagClassName
{
color: #F8343C;
}
</style>
background-color css
<style>
a { background-color: #F8343C; }
a { background-color: rgb(248,52,60); }
div.DivClassName
{
background-color: #F8343C;
}
.BgClassName
{
background-color: #F8343C;
}
</style>
border-color css
<style>
span { border-color: #F8343C; }
span { border-color: rgb(248,52,60); }
td.TdClassName
{
border-color: #F8343C;
}
.TagClassName
{
border-color: #F8343C;
}
</style>