Shades of Alizarin #F8262A
Tints of Alizarin #F8262A
RGB
CMYK
RGB Variations
Color information
#F8262A (or 0xF8262A) is known color: Alizarin. HEX triplet: F8, 26 and 2A. RGB value is (248,38,42). Sum of RGB (Red+Green+Blue) = 248+38+42=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8262A is #07D9D5. Grayscale: #656565. Windows color (decimal): -514518 or 2762488. OLE color: 2762488.
HSL color Cylindrical-coordinate representation of color #F8262A: hue angle of 358.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 #F8262A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.03 |
| HSL | 358.86º | 0.94% | 0.56% | - |
| HSV(B) | 358.86º | 0.85% | 0.97% | - |
| XYZ | 39.82 | 21.51 | 4.24 | - |
| YUV | 101.25 | 94.57 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 42 | 0 | 0.85 | 0.83 | 0.03 | 358.86 | 0.94 | 0.56 |
| Hex | F8 | 26 | 2A | 0 | 55 | 53 | 3 | 167 | 5E | 38 |
| Octal | 370 | 46 | 52 | 0 | 125 | 123 | 3 | 547 | 136 | 70 |
| Binary | 11111000 | 100110 | 101010 | 0 | 1010101 | 1010011 | 11 | 101100111 | 1011110 | 111000 |
Color Harmonies of #F8262A
Complementary color
Monochromatic Colors of #F8262A
Black with #F8262A
Text Example
Text Example
White with #F8262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8262A; }
p { color: rgb(248,38,42); }
H1.HeaderClassName
{
color: #F8262A;
}
.AnyTagClassName
{
color: #F8262A;
}
</style>
background-color css
<style>
a { background-color: #F8262A; }
a { background-color: rgb(248,38,42); }
div.DivClassName
{
background-color: #F8262A;
}
.BgClassName
{
background-color: #F8262A;
}
</style>
border-color css
<style>
span { border-color: #F8262A; }
span { border-color: rgb(248,38,42); }
td.TdClassName
{
border-color: #F8262A;
}
.TagClassName
{
border-color: #F8262A;
}
</style>