Shades of Alizarin #F52840
Tints of Alizarin #F52840
RGB
CMYK
RGB Variations
Color information
#F52840 (or 0xF52840) is known color: Alizarin. HEX triplet: F5, 28 and 40. RGB value is (245,40,64). Sum of RGB (Red+Green+Blue) = 245+40+64=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F52840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52840 is #0AD7BF. Grayscale: #686868. Windows color (decimal): -710592 or 4204789. OLE color: 4204789.
HSL color Cylindrical-coordinate representation of color #F52840: hue angle of 352.98º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52840 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 64 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.04 |
| HSL | 352.98º | 0.91% | 0.56% | - |
| HSV(B) | 352.98º | 0.84% | 0.96% | - |
| XYZ | 39.34 | 21.3 | 6.89 | - |
| YUV | 104.03 | 105.42 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 64 | 0 | 0.84 | 0.74 | 0.04 | 352.98 | 0.91 | 0.56 |
| Hex | F5 | 28 | 40 | 0 | 54 | 4A | 4 | 161 | 5B | 38 |
| Octal | 365 | 50 | 100 | 0 | 124 | 112 | 4 | 541 | 133 | 70 |
| Binary | 11110101 | 101000 | 1000000 | 0 | 1010100 | 1001010 | 100 | 101100001 | 1011011 | 111000 |
Color Harmonies of #F52840
Complementary color
Monochromatic Colors of #F52840
Black with #F52840
Text Example
Text Example
White with #F52840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52840; }
p { color: rgb(245,40,64); }
H1.HeaderClassName
{
color: #F52840;
}
.AnyTagClassName
{
color: #F52840;
}
</style>
background-color css
<style>
a { background-color: #F52840; }
a { background-color: rgb(245,40,64); }
div.DivClassName
{
background-color: #F52840;
}
.BgClassName
{
background-color: #F52840;
}
</style>
border-color css
<style>
span { border-color: #F52840; }
span { border-color: rgb(245,40,64); }
td.TdClassName
{
border-color: #F52840;
}
.TagClassName
{
border-color: #F52840;
}
</style>