Shades of Alizarin #F8263E
Tints of Alizarin #F8263E
RGB
CMYK
RGB Variations
Color information
#F8263E (or 0xF8263E) is known color: Alizarin. HEX triplet: F8, 26 and 3E. RGB value is (248,38,62). Sum of RGB (Red+Green+Blue) = 248+38+62=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8263E is #07D9C1. Grayscale: #676767. Windows color (decimal): -514498 or 4073208. OLE color: 4073208.
HSL color Cylindrical-coordinate representation of color #F8263E: hue angle of 353.14º 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 #F8263E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 62 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.03 |
| HSL | 353.14º | 0.94% | 0.56% | - |
| HSV(B) | 353.14º | 0.85% | 0.97% | - |
| XYZ | 40.27 | 21.69 | 6.62 | - |
| YUV | 103.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 62 | 0 | 0.85 | 0.75 | 0.03 | 353.14 | 0.94 | 0.56 |
| Hex | F8 | 26 | 3E | 0 | 55 | 4B | 3 | 161 | 5E | 38 |
| Octal | 370 | 46 | 76 | 0 | 125 | 113 | 3 | 541 | 136 | 70 |
| Binary | 11111000 | 100110 | 111110 | 0 | 1010101 | 1001011 | 11 | 101100001 | 1011110 | 111000 |
Color Harmonies of #F8263E
Complementary color
Monochromatic Colors of #F8263E
Black with #F8263E
Text Example
Text Example
White with #F8263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8263E; }
p { color: rgb(248,38,62); }
H1.HeaderClassName
{
color: #F8263E;
}
.AnyTagClassName
{
color: #F8263E;
}
</style>
background-color css
<style>
a { background-color: #F8263E; }
a { background-color: rgb(248,38,62); }
div.DivClassName
{
background-color: #F8263E;
}
.BgClassName
{
background-color: #F8263E;
}
</style>
border-color css
<style>
span { border-color: #F8263E; }
span { border-color: rgb(248,38,62); }
td.TdClassName
{
border-color: #F8263E;
}
.TagClassName
{
border-color: #F8263E;
}
</style>