Shades of Alizarin #F8273B
Tints of Alizarin #F8273B
RGB
CMYK
RGB Variations
Color information
#F8273B (or 0xF8273B) is known color: Alizarin. HEX triplet: F8, 27 and 3B. RGB value is (248,39,59). Sum of RGB (Red+Green+Blue) = 248+39+59=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8273B is #07D8C4. Grayscale: #676767. Windows color (decimal): -514245 or 3876856. OLE color: 3876856.
HSL color Cylindrical-coordinate representation of color #F8273B: hue angle of 354.26º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8273B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.03 |
| HSL | 354.26º | 0.94% | 0.56% | - |
| HSV(B) | 354.26º | 0.84% | 0.97% | - |
| XYZ | 40.23 | 21.72 | 6.21 | - |
| YUV | 103.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 59 | 0 | 0.84 | 0.76 | 0.03 | 354.26 | 0.94 | 0.56 |
| Hex | F8 | 27 | 3B | 0 | 54 | 4C | 3 | 162 | 5E | 38 |
| Octal | 370 | 47 | 73 | 0 | 124 | 114 | 3 | 542 | 136 | 70 |
| Binary | 11111000 | 100111 | 111011 | 0 | 1010100 | 1001100 | 11 | 101100010 | 1011110 | 111000 |
Color Harmonies of #F8273B
Complementary color
Monochromatic Colors of #F8273B
Black with #F8273B
Text Example
Text Example
White with #F8273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8273B; }
p { color: rgb(248,39,59); }
H1.HeaderClassName
{
color: #F8273B;
}
.AnyTagClassName
{
color: #F8273B;
}
</style>
background-color css
<style>
a { background-color: #F8273B; }
a { background-color: rgb(248,39,59); }
div.DivClassName
{
background-color: #F8273B;
}
.BgClassName
{
background-color: #F8273B;
}
</style>
border-color css
<style>
span { border-color: #F8273B; }
span { border-color: rgb(248,39,59); }
td.TdClassName
{
border-color: #F8273B;
}
.TagClassName
{
border-color: #F8273B;
}
</style>