Shades of Alizarin #F5233C
Tints of Alizarin #F5233C
RGB
CMYK
RGB Variations
Color information
#F5233C (or 0xF5233C) is known color: Alizarin. HEX triplet: F5, 23 and 3C. RGB value is (245,35,60). Sum of RGB (Red+Green+Blue) = 245+35+60=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5233C is #0ADCC3. Grayscale: #646464. Windows color (decimal): -711876 or 3941365. OLE color: 3941365.
HSL color Cylindrical-coordinate representation of color #F5233C: hue angle of 352.86º 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 #F5233C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 60 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.04 |
| HSL | 352.86º | 0.91% | 0.55% | - |
| HSV(B) | 352.86º | 0.86% | 0.96% | - |
| XYZ | 39.07 | 20.94 | 6.26 | - |
| YUV | 100.64 | 105.07 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 60 | 0 | 0.86 | 0.76 | 0.04 | 352.86 | 0.91 | 0.55 |
| Hex | F5 | 23 | 3C | 0 | 56 | 4C | 4 | 161 | 5B | 37 |
| Octal | 365 | 43 | 74 | 0 | 126 | 114 | 4 | 541 | 133 | 67 |
| Binary | 11110101 | 100011 | 111100 | 0 | 1010110 | 1001100 | 100 | 101100001 | 1011011 | 110111 |
Color Harmonies of #F5233C
Complementary color
Monochromatic Colors of #F5233C
Black with #F5233C
Text Example
Text Example
White with #F5233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5233C; }
p { color: rgb(245,35,60); }
H1.HeaderClassName
{
color: #F5233C;
}
.AnyTagClassName
{
color: #F5233C;
}
</style>
background-color css
<style>
a { background-color: #F5233C; }
a { background-color: rgb(245,35,60); }
div.DivClassName
{
background-color: #F5233C;
}
.BgClassName
{
background-color: #F5233C;
}
</style>
border-color css
<style>
span { border-color: #F5233C; }
span { border-color: rgb(245,35,60); }
td.TdClassName
{
border-color: #F5233C;
}
.TagClassName
{
border-color: #F5233C;
}
</style>