Shades of Alizarin #F8263F
Tints of Alizarin #F8263F
RGB
CMYK
RGB Variations
Color information
#F8263F (or 0xF8263F) is known color: Alizarin. HEX triplet: F8, 26 and 3F. RGB value is (248,38,63). Sum of RGB (Red+Green+Blue) = 248+38+63=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8263F is #07D9C0. Grayscale: #676767. Windows color (decimal): -514497 or 4138744. OLE color: 4138744.
HSL color Cylindrical-coordinate representation of color #F8263F: hue angle of 352.86º 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 #F8263F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.03 |
| HSL | 352.86º | 0.94% | 0.56% | - |
| HSV(B) | 352.86º | 0.85% | 0.97% | - |
| XYZ | 40.3 | 21.7 | 6.77 | - |
| YUV | 103.64 | 105.07 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 63 | 0 | 0.85 | 0.75 | 0.03 | 352.86 | 0.94 | 0.56 |
| Hex | F8 | 26 | 3F | 0 | 55 | 4B | 3 | 161 | 5E | 38 |
| Octal | 370 | 46 | 77 | 0 | 125 | 113 | 3 | 541 | 136 | 70 |
| Binary | 11111000 | 100110 | 111111 | 0 | 1010101 | 1001011 | 11 | 101100001 | 1011110 | 111000 |
Color Harmonies of #F8263F
Complementary color
Monochromatic Colors of #F8263F
Black with #F8263F
Text Example
Text Example
White with #F8263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8263F; }
p { color: rgb(248,38,63); }
H1.HeaderClassName
{
color: #F8263F;
}
.AnyTagClassName
{
color: #F8263F;
}
</style>
background-color css
<style>
a { background-color: #F8263F; }
a { background-color: rgb(248,38,63); }
div.DivClassName
{
background-color: #F8263F;
}
.BgClassName
{
background-color: #F8263F;
}
</style>
border-color css
<style>
span { border-color: #F8263F; }
span { border-color: rgb(248,38,63); }
td.TdClassName
{
border-color: #F8263F;
}
.TagClassName
{
border-color: #F8263F;
}
</style>