Shades of Alizarin #F9262F
Tints of Alizarin #F9262F
RGB
CMYK
RGB Variations
Color information
#F9262F (or 0xF9262F) is known color: Alizarin. HEX triplet: F9, 26 and 2F. RGB value is (249,38,47). Sum of RGB (Red+Green+Blue) = 249+38+47=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F9262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9262F is #06D9D0. Grayscale: #666666. Windows color (decimal): -448977 or 3090169. OLE color: 3090169.
HSL color Cylindrical-coordinate representation of color #F9262F: hue angle of 357.44º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9262F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 47 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.02 |
| HSL | 357.44º | 0.95% | 0.56% | - |
| HSV(B) | 357.44º | 0.85% | 0.98% | - |
| XYZ | 40.27 | 21.73 | 4.76 | - |
| YUV | 102.12 | 96.9 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 47 | 0 | 0.85 | 0.81 | 0.02 | 357.44 | 0.95 | 0.56 |
| Hex | F9 | 26 | 2F | 0 | 55 | 51 | 2 | 165 | 5F | 38 |
| Octal | 371 | 46 | 57 | 0 | 125 | 121 | 2 | 545 | 137 | 70 |
| Binary | 11111001 | 100110 | 101111 | 0 | 1010101 | 1010001 | 10 | 101100101 | 1011111 | 111000 |
Color Harmonies of #F9262F
Complementary color
Monochromatic Colors of #F9262F
Black with #F9262F
Text Example
Text Example
White with #F9262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9262F; }
p { color: rgb(249,38,47); }
H1.HeaderClassName
{
color: #F9262F;
}
.AnyTagClassName
{
color: #F9262F;
}
</style>
background-color css
<style>
a { background-color: #F9262F; }
a { background-color: rgb(249,38,47); }
div.DivClassName
{
background-color: #F9262F;
}
.BgClassName
{
background-color: #F9262F;
}
</style>
border-color css
<style>
span { border-color: #F9262F; }
span { border-color: rgb(249,38,47); }
td.TdClassName
{
border-color: #F9262F;
}
.TagClassName
{
border-color: #F9262F;
}
</style>