Shades of Alizarin #F5303B
Tints of Alizarin #F5303B
RGB
CMYK
RGB Variations
Color information
#F5303B (or 0xF5303B) is known color: Alizarin. HEX triplet: F5, 30 and 3B. RGB value is (245,48,59). Sum of RGB (Red+Green+Blue) = 245+48+59=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F5303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5303B is #0ACFC4. Grayscale: #6C6C6C. Windows color (decimal): -708549 or 3879157. OLE color: 3879157.
HSL color Cylindrical-coordinate representation of color #F5303B: hue angle of 356.65º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5303B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.04 |
| HSL | 356.65º | 0.91% | 0.57% | - |
| HSV(B) | 356.65º | 0.8% | 0.96% | - |
| XYZ | 39.5 | 21.84 | 6.27 | - |
| YUV | 108.16 | 100.27 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 59 | 0 | 0.80 | 0.76 | 0.04 | 356.65 | 0.91 | 0.57 |
| Hex | F5 | 30 | 3B | 0 | 50 | 4C | 4 | 165 | 5B | 39 |
| Octal | 365 | 60 | 73 | 0 | 120 | 114 | 4 | 545 | 133 | 71 |
| Binary | 11110101 | 110000 | 111011 | 0 | 1010000 | 1001100 | 100 | 101100101 | 1011011 | 111001 |
Color Harmonies of #F5303B
Complementary color
Monochromatic Colors of #F5303B
Black with #F5303B
Text Example
Text Example
White with #F5303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5303B; }
p { color: rgb(245,48,59); }
H1.HeaderClassName
{
color: #F5303B;
}
.AnyTagClassName
{
color: #F5303B;
}
</style>
background-color css
<style>
a { background-color: #F5303B; }
a { background-color: rgb(245,48,59); }
div.DivClassName
{
background-color: #F5303B;
}
.BgClassName
{
background-color: #F5303B;
}
</style>
border-color css
<style>
span { border-color: #F5303B; }
span { border-color: rgb(245,48,59); }
td.TdClassName
{
border-color: #F5303B;
}
.TagClassName
{
border-color: #F5303B;
}
</style>