Shades of Alizarin #F5233F
Tints of Alizarin #F5233F
RGB
CMYK
RGB Variations
Color information
#F5233F (or 0xF5233F) is known color: Alizarin. HEX triplet: F5, 23 and 3F. RGB value is (245,35,63). Sum of RGB (Red+Green+Blue) = 245+35+63=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5233F is #0ADCC0. Grayscale: #656565. Windows color (decimal): -711873 or 4137973. OLE color: 4137973.
HSL color Cylindrical-coordinate representation of color #F5233F: hue angle of 352º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5233F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 63 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.04 |
| HSL | 352º | 0.91% | 0.55% | - |
| HSV(B) | 352º | 0.86% | 0.96% | - |
| XYZ | 39.15 | 20.97 | 6.69 | - |
| YUV | 100.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 63 | 0 | 0.86 | 0.74 | 0.04 | 352 | 0.91 | 0.55 |
| Hex | F5 | 23 | 3F | 0 | 56 | 4A | 4 | 160 | 5B | 37 |
| Octal | 365 | 43 | 77 | 0 | 126 | 112 | 4 | 540 | 133 | 67 |
| Binary | 11110101 | 100011 | 111111 | 0 | 1010110 | 1001010 | 100 | 101100000 | 1011011 | 110111 |
Color Harmonies of #F5233F
Complementary color
Monochromatic Colors of #F5233F
Black with #F5233F
Text Example
Text Example
White with #F5233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5233F; }
p { color: rgb(245,35,63); }
H1.HeaderClassName
{
color: #F5233F;
}
.AnyTagClassName
{
color: #F5233F;
}
</style>
background-color css
<style>
a { background-color: #F5233F; }
a { background-color: rgb(245,35,63); }
div.DivClassName
{
background-color: #F5233F;
}
.BgClassName
{
background-color: #F5233F;
}
</style>
border-color css
<style>
span { border-color: #F5233F; }
span { border-color: rgb(245,35,63); }
td.TdClassName
{
border-color: #F5233F;
}
.TagClassName
{
border-color: #F5233F;
}
</style>