Shades of Alizarin #F52842
Tints of Alizarin #F52842
RGB
CMYK
RGB Variations
Color information
#F52842 (or 0xF52842) is known color: Alizarin. HEX triplet: F5, 28 and 42. RGB value is (245,40,66). Sum of RGB (Red+Green+Blue) = 245+40+66=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F52842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52842 is #0AD7BD. Grayscale: #686868. Windows color (decimal): -710590 or 4335861. OLE color: 4335861.
HSL color Cylindrical-coordinate representation of color #F52842: hue angle of 352.39º 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 #F52842 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 66 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.04 |
| HSL | 352.39º | 0.91% | 0.56% | - |
| HSV(B) | 352.39º | 0.84% | 0.96% | - |
| XYZ | 39.4 | 21.32 | 7.19 | - |
| YUV | 104.26 | 106.42 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 66 | 0 | 0.84 | 0.73 | 0.04 | 352.39 | 0.91 | 0.56 |
| Hex | F5 | 28 | 42 | 0 | 54 | 49 | 4 | 160 | 5B | 38 |
| Octal | 365 | 50 | 102 | 0 | 124 | 111 | 4 | 540 | 133 | 70 |
| Binary | 11110101 | 101000 | 1000010 | 0 | 1010100 | 1001001 | 100 | 101100000 | 1011011 | 111000 |
Color Harmonies of #F52842
Complementary color
Monochromatic Colors of #F52842
Black with #F52842
Text Example
Text Example
White with #F52842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52842; }
p { color: rgb(245,40,66); }
H1.HeaderClassName
{
color: #F52842;
}
.AnyTagClassName
{
color: #F52842;
}
</style>
background-color css
<style>
a { background-color: #F52842; }
a { background-color: rgb(245,40,66); }
div.DivClassName
{
background-color: #F52842;
}
.BgClassName
{
background-color: #F52842;
}
</style>
border-color css
<style>
span { border-color: #F52842; }
span { border-color: rgb(245,40,66); }
td.TdClassName
{
border-color: #F52842;
}
.TagClassName
{
border-color: #F52842;
}
</style>