Shades of Alizarin #F8253E
Tints of Alizarin #F8253E
RGB
CMYK
RGB Variations
Color information
#F8253E (or 0xF8253E) is known color: Alizarin. HEX triplet: F8, 25 and 3E. RGB value is (248,37,62). Sum of RGB (Red+Green+Blue) = 248+37+62=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8253E is #07DAC1. Grayscale: #676767. Windows color (decimal): -514754 or 4072952. OLE color: 4072952.
HSL color Cylindrical-coordinate representation of color #F8253E: hue angle of 352.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8253E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 62 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.03 |
| HSL | 352.89º | 0.94% | 0.56% | - |
| HSV(B) | 352.89º | 0.85% | 0.97% | - |
| XYZ | 40.24 | 21.63 | 6.61 | - |
| YUV | 102.94 | 104.9 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 62 | 0 | 0.85 | 0.75 | 0.03 | 352.89 | 0.94 | 0.56 |
| Hex | F8 | 25 | 3E | 0 | 55 | 4B | 3 | 161 | 5E | 38 |
| Octal | 370 | 45 | 76 | 0 | 125 | 113 | 3 | 541 | 136 | 70 |
| Binary | 11111000 | 100101 | 111110 | 0 | 1010101 | 1001011 | 11 | 101100001 | 1011110 | 111000 |
Color Harmonies of #F8253E
Complementary color
Monochromatic Colors of #F8253E
Black with #F8253E
Text Example
Text Example
White with #F8253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8253E; }
p { color: rgb(248,37,62); }
H1.HeaderClassName
{
color: #F8253E;
}
.AnyTagClassName
{
color: #F8253E;
}
</style>
background-color css
<style>
a { background-color: #F8253E; }
a { background-color: rgb(248,37,62); }
div.DivClassName
{
background-color: #F8253E;
}
.BgClassName
{
background-color: #F8253E;
}
</style>
border-color css
<style>
span { border-color: #F8253E; }
span { border-color: rgb(248,37,62); }
td.TdClassName
{
border-color: #F8253E;
}
.TagClassName
{
border-color: #F8253E;
}
</style>