Shades of Alizarin #F5353F
Tints of Alizarin #F5353F
RGB
CMYK
RGB Variations
Color information
#F5353F (or 0xF5353F) is known color: Alizarin. HEX triplet: F5, 35 and 3F. RGB value is (245,53,63). Sum of RGB (Red+Green+Blue) = 245+53+63=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5353F is #0ACAC0. Grayscale: #6F6F6F. Windows color (decimal): -707265 or 4142581. OLE color: 4142581.
HSL color Cylindrical-coordinate representation of color #F5353F: hue angle of 356.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5353F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 63 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.04 |
| HSL | 356.88º | 0.91% | 0.58% | - |
| HSV(B) | 356.88º | 0.78% | 0.96% | - |
| XYZ | 39.83 | 22.32 | 6.91 | - |
| YUV | 111.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 63 | 0 | 0.78 | 0.74 | 0.04 | 356.88 | 0.91 | 0.58 |
| Hex | F5 | 35 | 3F | 0 | 4E | 4A | 4 | 165 | 5B | 3A |
| Octal | 365 | 65 | 77 | 0 | 116 | 112 | 4 | 545 | 133 | 72 |
| Binary | 11110101 | 110101 | 111111 | 0 | 1001110 | 1001010 | 100 | 101100101 | 1011011 | 111010 |
Color Harmonies of #F5353F
Complementary color
Monochromatic Colors of #F5353F
Black with #F5353F
Text Example
Text Example
White with #F5353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5353F; }
p { color: rgb(245,53,63); }
H1.HeaderClassName
{
color: #F5353F;
}
.AnyTagClassName
{
color: #F5353F;
}
</style>
background-color css
<style>
a { background-color: #F5353F; }
a { background-color: rgb(245,53,63); }
div.DivClassName
{
background-color: #F5353F;
}
.BgClassName
{
background-color: #F5353F;
}
</style>
border-color css
<style>
span { border-color: #F5353F; }
span { border-color: rgb(245,53,63); }
td.TdClassName
{
border-color: #F5353F;
}
.TagClassName
{
border-color: #F5353F;
}
</style>