Shades of Alizarin #F5363C
Tints of Alizarin #F5363C
RGB
CMYK
RGB Variations
Color information
#F5363C (or 0xF5363C) is known color: Alizarin. HEX triplet: F5, 36 and 3C. RGB value is (245,54,60). Sum of RGB (Red+Green+Blue) = 245+54+60=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5363C is #0AC9C3. Grayscale: #6F6F6F. Windows color (decimal): -707012 or 3946229. OLE color: 3946229.
HSL color Cylindrical-coordinate representation of color #F5363C: hue angle of 358.12º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5363C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.04 |
| HSL | 358.12º | 0.91% | 0.59% | - |
| HSV(B) | 358.12º | 0.78% | 0.96% | - |
| XYZ | 39.79 | 22.38 | 6.5 | - |
| YUV | 111.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 60 | 0 | 0.78 | 0.76 | 0.04 | 358.12 | 0.91 | 0.59 |
| Hex | F5 | 36 | 3C | 0 | 4E | 4C | 4 | 166 | 5B | 3B |
| Octal | 365 | 66 | 74 | 0 | 116 | 114 | 4 | 546 | 133 | 73 |
| Binary | 11110101 | 110110 | 111100 | 0 | 1001110 | 1001100 | 100 | 101100110 | 1011011 | 111011 |
Color Harmonies of #F5363C
Complementary color
Monochromatic Colors of #F5363C
Black with #F5363C
Text Example
Text Example
White with #F5363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5363C; }
p { color: rgb(245,54,60); }
H1.HeaderClassName
{
color: #F5363C;
}
.AnyTagClassName
{
color: #F5363C;
}
</style>
background-color css
<style>
a { background-color: #F5363C; }
a { background-color: rgb(245,54,60); }
div.DivClassName
{
background-color: #F5363C;
}
.BgClassName
{
background-color: #F5363C;
}
</style>
border-color css
<style>
span { border-color: #F5363C; }
span { border-color: rgb(245,54,60); }
td.TdClassName
{
border-color: #F5363C;
}
.TagClassName
{
border-color: #F5363C;
}
</style>