Shades of Alizarin #F5263E
Tints of Alizarin #F5263E
RGB
CMYK
RGB Variations
Color information
#F5263E (or 0xF5263E) is known color: Alizarin. HEX triplet: F5, 26 and 3E. RGB value is (245,38,62). Sum of RGB (Red+Green+Blue) = 245+38+62=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5263E is #0AD9C1. Grayscale: #666666. Windows color (decimal): -711106 or 4073205. OLE color: 4073205.
HSL color Cylindrical-coordinate representation of color #F5263E: hue angle of 353.04º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5263E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 62 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.04º | 0.91% | 0.55% | - |
| HSV(B) | 353.04º | 0.84% | 0.96% | - |
| XYZ | 39.22 | 21.15 | 6.57 | - |
| YUV | 102.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 62 | 0 | 0.84 | 0.75 | 0.04 | 353.04 | 0.91 | 0.55 |
| Hex | F5 | 26 | 3E | 0 | 54 | 4B | 4 | 161 | 5B | 37 |
| Octal | 365 | 46 | 76 | 0 | 124 | 113 | 4 | 541 | 133 | 67 |
| Binary | 11110101 | 100110 | 111110 | 0 | 1010100 | 1001011 | 100 | 101100001 | 1011011 | 110111 |
Color Harmonies of #F5263E
Complementary color
Monochromatic Colors of #F5263E
Black with #F5263E
Text Example
Text Example
White with #F5263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5263E; }
p { color: rgb(245,38,62); }
H1.HeaderClassName
{
color: #F5263E;
}
.AnyTagClassName
{
color: #F5263E;
}
</style>
background-color css
<style>
a { background-color: #F5263E; }
a { background-color: rgb(245,38,62); }
div.DivClassName
{
background-color: #F5263E;
}
.BgClassName
{
background-color: #F5263E;
}
</style>
border-color css
<style>
span { border-color: #F5263E; }
span { border-color: rgb(245,38,62); }
td.TdClassName
{
border-color: #F5263E;
}
.TagClassName
{
border-color: #F5263E;
}
</style>