Shades of Alizarin #F7263B
Tints of Alizarin #F7263B
RGB
CMYK
RGB Variations
Color information
#F7263B (or 0xF7263B) is known color: Alizarin. HEX triplet: F7, 26 and 3B. RGB value is (247,38,59). Sum of RGB (Red+Green+Blue) = 247+38+59=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7263B is #08D9C4. Grayscale: #676767. Windows color (decimal): -580037 or 3876599. OLE color: 3876599.
HSL color Cylindrical-coordinate representation of color #F7263B: hue angle of 353.97º degrees, saturation: 0.93, 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 #F7263B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.03 |
| HSL | 353.97º | 0.93% | 0.56% | - |
| HSV(B) | 353.97º | 0.85% | 0.97% | - |
| XYZ | 39.84 | 21.48 | 6.18 | - |
| YUV | 102.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 59 | 0 | 0.85 | 0.76 | 0.03 | 353.97 | 0.93 | 0.56 |
| Hex | F7 | 26 | 3B | 0 | 55 | 4C | 3 | 162 | 5D | 38 |
| Octal | 367 | 46 | 73 | 0 | 125 | 114 | 3 | 542 | 135 | 70 |
| Binary | 11110111 | 100110 | 111011 | 0 | 1010101 | 1001100 | 11 | 101100010 | 1011101 | 111000 |
Color Harmonies of #F7263B
Complementary color
Monochromatic Colors of #F7263B
Black with #F7263B
Text Example
Text Example
White with #F7263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7263B; }
p { color: rgb(247,38,59); }
H1.HeaderClassName
{
color: #F7263B;
}
.AnyTagClassName
{
color: #F7263B;
}
</style>
background-color css
<style>
a { background-color: #F7263B; }
a { background-color: rgb(247,38,59); }
div.DivClassName
{
background-color: #F7263B;
}
.BgClassName
{
background-color: #F7263B;
}
</style>
border-color css
<style>
span { border-color: #F7263B; }
span { border-color: rgb(247,38,59); }
td.TdClassName
{
border-color: #F7263B;
}
.TagClassName
{
border-color: #F7263B;
}
</style>