Shades of Alizarin #F8303C
Tints of Alizarin #F8303C
RGB
CMYK
RGB Variations
Color information
#F8303C (or 0xF8303C) is known color: Alizarin. HEX triplet: F8, 30 and 3C. RGB value is (248,48,60). Sum of RGB (Red+Green+Blue) = 248+48+60=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8303C is #07CFC3. Grayscale: #6D6D6D. Windows color (decimal): -511940 or 3944696. OLE color: 3944696.
HSL color Cylindrical-coordinate representation of color #F8303C: hue angle of 356.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8303C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.03 |
| HSL | 356.4º | 0.93% | 0.58% | - |
| HSV(B) | 356.4º | 0.81% | 0.97% | - |
| XYZ | 40.58 | 22.4 | 6.46 | - |
| YUV | 109.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 60 | 0 | 0.81 | 0.76 | 0.03 | 356.4 | 0.93 | 0.58 |
| Hex | F8 | 30 | 3C | 0 | 51 | 4C | 3 | 164 | 5D | 3A |
| Octal | 370 | 60 | 74 | 0 | 121 | 114 | 3 | 544 | 135 | 72 |
| Binary | 11111000 | 110000 | 111100 | 0 | 1010001 | 1001100 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F8303C
Complementary color
Monochromatic Colors of #F8303C
Black with #F8303C
Text Example
Text Example
White with #F8303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8303C; }
p { color: rgb(248,48,60); }
H1.HeaderClassName
{
color: #F8303C;
}
.AnyTagClassName
{
color: #F8303C;
}
</style>
background-color css
<style>
a { background-color: #F8303C; }
a { background-color: rgb(248,48,60); }
div.DivClassName
{
background-color: #F8303C;
}
.BgClassName
{
background-color: #F8303C;
}
</style>
border-color css
<style>
span { border-color: #F8303C; }
span { border-color: rgb(248,48,60); }
td.TdClassName
{
border-color: #F8303C;
}
.TagClassName
{
border-color: #F8303C;
}
</style>