Shades of Alizarin #F9313F
Tints of Alizarin #F9313F
RGB
CMYK
RGB Variations
Color information
#F9313F (or 0xF9313F) is known color: Alizarin. HEX triplet: F9, 31 and 3F. RGB value is (249,49,63). Sum of RGB (Red+Green+Blue) = 249+49+63=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9313F is #06CEC0. Grayscale: #6E6E6E. Windows color (decimal): -446145 or 4141561. OLE color: 4141561.
HSL color Cylindrical-coordinate representation of color #F9313F: hue angle of 355.8º 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 #F9313F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 63 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.02 |
| HSL | 355.8º | 0.94% | 0.58% | - |
| HSV(B) | 355.8º | 0.8% | 0.98% | - |
| XYZ | 41.06 | 22.7 | 6.92 | - |
| YUV | 110.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 63 | 0 | 0.80 | 0.75 | 0.02 | 355.8 | 0.94 | 0.58 |
| Hex | F9 | 31 | 3F | 0 | 50 | 4B | 2 | 164 | 5E | 3A |
| Octal | 371 | 61 | 77 | 0 | 120 | 113 | 2 | 544 | 136 | 72 |
| Binary | 11111001 | 110001 | 111111 | 0 | 1010000 | 1001011 | 10 | 101100100 | 1011110 | 111010 |
Color Harmonies of #F9313F
Complementary color
Monochromatic Colors of #F9313F
Black with #F9313F
Text Example
Text Example
White with #F9313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9313F; }
p { color: rgb(249,49,63); }
H1.HeaderClassName
{
color: #F9313F;
}
.AnyTagClassName
{
color: #F9313F;
}
</style>
background-color css
<style>
a { background-color: #F9313F; }
a { background-color: rgb(249,49,63); }
div.DivClassName
{
background-color: #F9313F;
}
.BgClassName
{
background-color: #F9313F;
}
</style>
border-color css
<style>
span { border-color: #F9313F; }
span { border-color: rgb(249,49,63); }
td.TdClassName
{
border-color: #F9313F;
}
.TagClassName
{
border-color: #F9313F;
}
</style>