Shades of Alizarin #F5262B
Tints of Alizarin #F5262B
RGB
CMYK
RGB Variations
Color information
#F5262B (or 0xF5262B) is known color: Alizarin. HEX triplet: F5, 26 and 2B. RGB value is (245,38,43). Sum of RGB (Red+Green+Blue) = 245+38+43=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5262B is #0AD9D4. Grayscale: #646464. Windows color (decimal): -711125 or 2828021. OLE color: 2828021.
HSL color Cylindrical-coordinate representation of color #F5262B: hue angle of 358.55º 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 #F5262B is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 43 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.04 |
| HSL | 358.55º | 0.91% | 0.55% | - |
| HSV(B) | 358.55º | 0.84% | 0.96% | - |
| XYZ | 38.79 | 20.97 | 4.29 | - |
| YUV | 100.46 | 95.58 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 43 | 0 | 0.84 | 0.82 | 0.04 | 358.55 | 0.91 | 0.55 |
| Hex | F5 | 26 | 2B | 0 | 54 | 52 | 4 | 167 | 5B | 37 |
| Octal | 365 | 46 | 53 | 0 | 124 | 122 | 4 | 547 | 133 | 67 |
| Binary | 11110101 | 100110 | 101011 | 0 | 1010100 | 1010010 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F5262B
Complementary color
Monochromatic Colors of #F5262B
Black with #F5262B
Text Example
Text Example
White with #F5262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5262B; }
p { color: rgb(245,38,43); }
H1.HeaderClassName
{
color: #F5262B;
}
.AnyTagClassName
{
color: #F5262B;
}
</style>
background-color css
<style>
a { background-color: #F5262B; }
a { background-color: rgb(245,38,43); }
div.DivClassName
{
background-color: #F5262B;
}
.BgClassName
{
background-color: #F5262B;
}
</style>
border-color css
<style>
span { border-color: #F5262B; }
span { border-color: rgb(245,38,43); }
td.TdClassName
{
border-color: #F5262B;
}
.TagClassName
{
border-color: #F5262B;
}
</style>