Shades of Alizarin #F52B42
Tints of Alizarin #F52B42
RGB
CMYK
RGB Variations
Color information
#F52B42 (or 0xF52B42) is known color: Alizarin. HEX triplet: F5, 2B and 42. RGB value is (245,43,66). Sum of RGB (Red+Green+Blue) = 245+43+66=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B42 is #0AD4BD. Grayscale: #6A6A6A. Windows color (decimal): -709822 or 4336629. OLE color: 4336629.
HSL color Cylindrical-coordinate representation of color #F52B42: hue angle of 353.17º 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 #F52B42 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 66 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.04 |
| HSL | 353.17º | 0.91% | 0.56% | - |
| HSV(B) | 353.17º | 0.82% | 0.96% | - |
| XYZ | 39.5 | 21.53 | 7.23 | - |
| YUV | 106.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 66 | 0 | 0.82 | 0.73 | 0.04 | 353.17 | 0.91 | 0.56 |
| Hex | F5 | 2B | 42 | 0 | 52 | 49 | 4 | 161 | 5B | 38 |
| Octal | 365 | 53 | 102 | 0 | 122 | 111 | 4 | 541 | 133 | 70 |
| Binary | 11110101 | 101011 | 1000010 | 0 | 1010010 | 1001001 | 100 | 101100001 | 1011011 | 111000 |
Color Harmonies of #F52B42
Complementary color
Monochromatic Colors of #F52B42
Black with #F52B42
Text Example
Text Example
White with #F52B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52B42; }
p { color: rgb(245,43,66); }
H1.HeaderClassName
{
color: #F52B42;
}
.AnyTagClassName
{
color: #F52B42;
}
</style>
background-color css
<style>
a { background-color: #F52B42; }
a { background-color: rgb(245,43,66); }
div.DivClassName
{
background-color: #F52B42;
}
.BgClassName
{
background-color: #F52B42;
}
</style>
border-color css
<style>
span { border-color: #F52B42; }
span { border-color: rgb(245,43,66); }
td.TdClassName
{
border-color: #F52B42;
}
.TagClassName
{
border-color: #F52B42;
}
</style>