Shades of Alizarin #F9262B
Tints of Alizarin #F9262B
RGB
CMYK
RGB Variations
Color information
#F9262B (or 0xF9262B) is known color: Alizarin. HEX triplet: F9, 26 and 2B. RGB value is (249,38,43). Sum of RGB (Red+Green+Blue) = 249+38+43=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F9262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9262B is #06D9D4. Grayscale: #656565. Windows color (decimal): -448981 or 2828025. OLE color: 2828025.
HSL color Cylindrical-coordinate representation of color #F9262B: hue angle of 358.58º 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 #F9262B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.02 |
| HSL | 358.58º | 0.95% | 0.56% | - |
| HSV(B) | 358.58º | 0.85% | 0.98% | - |
| XYZ | 40.2 | 21.7 | 4.36 | - |
| YUV | 101.66 | 94.9 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 43 | 0 | 0.85 | 0.83 | 0.02 | 358.58 | 0.95 | 0.56 |
| Hex | F9 | 26 | 2B | 0 | 55 | 53 | 2 | 167 | 5F | 38 |
| Octal | 371 | 46 | 53 | 0 | 125 | 123 | 2 | 547 | 137 | 70 |
| Binary | 11111001 | 100110 | 101011 | 0 | 1010101 | 1010011 | 10 | 101100111 | 1011111 | 111000 |
Color Harmonies of #F9262B
Complementary color
Monochromatic Colors of #F9262B
Black with #F9262B
Text Example
Text Example
White with #F9262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9262B; }
p { color: rgb(249,38,43); }
H1.HeaderClassName
{
color: #F9262B;
}
.AnyTagClassName
{
color: #F9262B;
}
</style>
background-color css
<style>
a { background-color: #F9262B; }
a { background-color: rgb(249,38,43); }
div.DivClassName
{
background-color: #F9262B;
}
.BgClassName
{
background-color: #F9262B;
}
</style>
border-color css
<style>
span { border-color: #F9262B; }
span { border-color: rgb(249,38,43); }
td.TdClassName
{
border-color: #F9262B;
}
.TagClassName
{
border-color: #F9262B;
}
</style>