Shades of Alizarin #F3313F
Tints of Alizarin #F3313F
RGB
CMYK
RGB Variations
Color information
#F3313F (or 0xF3313F) is known color: Alizarin. HEX triplet: F3, 31 and 3F. RGB value is (243,49,63). Sum of RGB (Red+Green+Blue) = 243+49+63=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3313F is #0CCEC0. Grayscale: #6C6C6C. Windows color (decimal): -839361 or 4141555. OLE color: 4141555.
HSL color Cylindrical-coordinate representation of color #F3313F: hue angle of 355.67º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3313F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 63 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.05 |
| HSL | 355.67º | 0.89% | 0.57% | - |
| HSV(B) | 355.67º | 0.8% | 0.95% | - |
| XYZ | 38.96 | 21.61 | 6.82 | - |
| YUV | 108.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 63 | 0 | 0.80 | 0.74 | 0.05 | 355.67 | 0.89 | 0.57 |
| Hex | F3 | 31 | 3F | 0 | 50 | 4A | 5 | 164 | 59 | 39 |
| Octal | 363 | 61 | 77 | 0 | 120 | 112 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 110001 | 111111 | 0 | 1010000 | 1001010 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F3313F
Complementary color
Monochromatic Colors of #F3313F
Black with #F3313F
Text Example
Text Example
White with #F3313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3313F; }
p { color: rgb(243,49,63); }
H1.HeaderClassName
{
color: #F3313F;
}
.AnyTagClassName
{
color: #F3313F;
}
</style>
background-color css
<style>
a { background-color: #F3313F; }
a { background-color: rgb(243,49,63); }
div.DivClassName
{
background-color: #F3313F;
}
.BgClassName
{
background-color: #F3313F;
}
</style>
border-color css
<style>
span { border-color: #F3313F; }
span { border-color: rgb(243,49,63); }
td.TdClassName
{
border-color: #F3313F;
}
.TagClassName
{
border-color: #F3313F;
}
</style>