Shades of Alizarin #F9313B
Tints of Alizarin #F9313B
RGB
CMYK
RGB Variations
Color information
#F9313B (or 0xF9313B) is known color: Alizarin. HEX triplet: F9, 31 and 3B. RGB value is (249,49,59). Sum of RGB (Red+Green+Blue) = 249+49+59=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9313B is #06CEC4. Grayscale: #6E6E6E. Windows color (decimal): -446149 or 3879417. OLE color: 3879417.
HSL color Cylindrical-coordinate representation of color #F9313B: hue angle of 357º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9313B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.02 |
| HSL | 357º | 0.94% | 0.58% | - |
| HSV(B) | 357º | 0.8% | 0.98% | - |
| XYZ | 40.95 | 22.65 | 6.35 | - |
| YUV | 109.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 59 | 0 | 0.80 | 0.76 | 0.02 | 357 | 0.94 | 0.58 |
| Hex | F9 | 31 | 3B | 0 | 50 | 4C | 2 | 165 | 5E | 3A |
| Octal | 371 | 61 | 73 | 0 | 120 | 114 | 2 | 545 | 136 | 72 |
| Binary | 11111001 | 110001 | 111011 | 0 | 1010000 | 1001100 | 10 | 101100101 | 1011110 | 111010 |
Color Harmonies of #F9313B
Complementary color
Monochromatic Colors of #F9313B
Black with #F9313B
Text Example
Text Example
White with #F9313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9313B; }
p { color: rgb(249,49,59); }
H1.HeaderClassName
{
color: #F9313B;
}
.AnyTagClassName
{
color: #F9313B;
}
</style>
background-color css
<style>
a { background-color: #F9313B; }
a { background-color: rgb(249,49,59); }
div.DivClassName
{
background-color: #F9313B;
}
.BgClassName
{
background-color: #F9313B;
}
</style>
border-color css
<style>
span { border-color: #F9313B; }
span { border-color: rgb(249,49,59); }
td.TdClassName
{
border-color: #F9313B;
}
.TagClassName
{
border-color: #F9313B;
}
</style>