Shades of Alizarin #F52B40
Tints of Alizarin #F52B40
RGB
CMYK
RGB Variations
Color information
#F52B40 (or 0xF52B40) is known color: Alizarin. HEX triplet: F5, 2B and 40. RGB value is (245,43,64). Sum of RGB (Red+Green+Blue) = 245+43+64=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B40 is #0AD4BF. Grayscale: #696969. Windows color (decimal): -709824 or 4205557. OLE color: 4205557.
HSL color Cylindrical-coordinate representation of color #F52B40: hue angle of 353.76º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52B40 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 64 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.04 |
| HSL | 353.76º | 0.91% | 0.56% | - |
| HSV(B) | 353.76º | 0.82% | 0.96% | - |
| XYZ | 39.45 | 21.51 | 6.92 | - |
| YUV | 105.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 64 | 0 | 0.82 | 0.74 | 0.04 | 353.76 | 0.91 | 0.56 |
| Hex | F5 | 2B | 40 | 0 | 52 | 4A | 4 | 162 | 5B | 38 |
| Octal | 365 | 53 | 100 | 0 | 122 | 112 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 101011 | 1000000 | 0 | 1010010 | 1001010 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F52B40
Complementary color
Monochromatic Colors of #F52B40
Black with #F52B40
Text Example
Text Example
White with #F52B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52B40; }
p { color: rgb(245,43,64); }
H1.HeaderClassName
{
color: #F52B40;
}
.AnyTagClassName
{
color: #F52B40;
}
</style>
background-color css
<style>
a { background-color: #F52B40; }
a { background-color: rgb(245,43,64); }
div.DivClassName
{
background-color: #F52B40;
}
.BgClassName
{
background-color: #F52B40;
}
</style>
border-color css
<style>
span { border-color: #F52B40; }
span { border-color: rgb(245,43,64); }
td.TdClassName
{
border-color: #F52B40;
}
.TagClassName
{
border-color: #F52B40;
}
</style>