Shades of Alizarin #F8303D
Tints of Alizarin #F8303D
RGB
CMYK
RGB Variations
Color information
#F8303D (or 0xF8303D) is known color: Alizarin. HEX triplet: F8, 30 and 3D. RGB value is (248,48,61). Sum of RGB (Red+Green+Blue) = 248+48+61=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8303D is #07CFC2. Grayscale: #6D6D6D. Windows color (decimal): -511939 or 4010232. OLE color: 4010232.
HSL color Cylindrical-coordinate representation of color #F8303D: hue angle of 356.1º 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 #F8303D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 61 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.03 |
| HSL | 356.1º | 0.93% | 0.58% | - |
| HSV(B) | 356.1º | 0.81% | 0.97% | - |
| XYZ | 40.61 | 22.41 | 6.6 | - |
| YUV | 109.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 61 | 0 | 0.81 | 0.75 | 0.03 | 356.1 | 0.93 | 0.58 |
| Hex | F8 | 30 | 3D | 0 | 51 | 4B | 3 | 164 | 5D | 3A |
| Octal | 370 | 60 | 75 | 0 | 121 | 113 | 3 | 544 | 135 | 72 |
| Binary | 11111000 | 110000 | 111101 | 0 | 1010001 | 1001011 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F8303D
Complementary color
Monochromatic Colors of #F8303D
Black with #F8303D
Text Example
Text Example
White with #F8303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8303D; }
p { color: rgb(248,48,61); }
H1.HeaderClassName
{
color: #F8303D;
}
.AnyTagClassName
{
color: #F8303D;
}
</style>
background-color css
<style>
a { background-color: #F8303D; }
a { background-color: rgb(248,48,61); }
div.DivClassName
{
background-color: #F8303D;
}
.BgClassName
{
background-color: #F8303D;
}
</style>
border-color css
<style>
span { border-color: #F8303D; }
span { border-color: rgb(248,48,61); }
td.TdClassName
{
border-color: #F8303D;
}
.TagClassName
{
border-color: #F8303D;
}
</style>