Shades of Alizarin #F7262F
Tints of Alizarin #F7262F
RGB
CMYK
RGB Variations
Color information
#F7262F (or 0xF7262F) is known color: Alizarin. HEX triplet: F7, 26 and 2F. RGB value is (247,38,47). Sum of RGB (Red+Green+Blue) = 247+38+47=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7262F is #08D9D0. Grayscale: #656565. Windows color (decimal): -580049 or 3090167. OLE color: 3090167.
HSL color Cylindrical-coordinate representation of color #F7262F: hue angle of 357.42º 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 #F7262F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 47 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.03 |
| HSL | 357.42º | 0.93% | 0.56% | - |
| HSV(B) | 357.42º | 0.85% | 0.97% | - |
| XYZ | 39.56 | 21.37 | 4.73 | - |
| YUV | 101.52 | 97.24 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 47 | 0 | 0.85 | 0.81 | 0.03 | 357.42 | 0.93 | 0.56 |
| Hex | F7 | 26 | 2F | 0 | 55 | 51 | 3 | 165 | 5D | 38 |
| Octal | 367 | 46 | 57 | 0 | 125 | 121 | 3 | 545 | 135 | 70 |
| Binary | 11110111 | 100110 | 101111 | 0 | 1010101 | 1010001 | 11 | 101100101 | 1011101 | 111000 |
Color Harmonies of #F7262F
Complementary color
Monochromatic Colors of #F7262F
Black with #F7262F
Text Example
Text Example
White with #F7262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7262F; }
p { color: rgb(247,38,47); }
H1.HeaderClassName
{
color: #F7262F;
}
.AnyTagClassName
{
color: #F7262F;
}
</style>
background-color css
<style>
a { background-color: #F7262F; }
a { background-color: rgb(247,38,47); }
div.DivClassName
{
background-color: #F7262F;
}
.BgClassName
{
background-color: #F7262F;
}
</style>
border-color css
<style>
span { border-color: #F7262F; }
span { border-color: rgb(247,38,47); }
td.TdClassName
{
border-color: #F7262F;
}
.TagClassName
{
border-color: #F7262F;
}
</style>