Shades of Alizarin #F5273C
Tints of Alizarin #F5273C
RGB
CMYK
RGB Variations
Color information
#F5273C (or 0xF5273C) is known color: Alizarin. HEX triplet: F5, 27 and 3C. RGB value is (245,39,60). Sum of RGB (Red+Green+Blue) = 245+39+60=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5273C is #0AD8C3. Grayscale: #676767. Windows color (decimal): -710852 or 3942389. OLE color: 3942389.
HSL color Cylindrical-coordinate representation of color #F5273C: hue angle of 353.88º 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 #F5273C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.04 |
| HSL | 353.88º | 0.91% | 0.56% | - |
| HSV(B) | 353.88º | 0.84% | 0.96% | - |
| XYZ | 39.2 | 21.19 | 6.3 | - |
| YUV | 102.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 60 | 0 | 0.84 | 0.76 | 0.04 | 353.88 | 0.91 | 0.56 |
| Hex | F5 | 27 | 3C | 0 | 54 | 4C | 4 | 162 | 5B | 38 |
| Octal | 365 | 47 | 74 | 0 | 124 | 114 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 100111 | 111100 | 0 | 1010100 | 1001100 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5273C
Complementary color
Monochromatic Colors of #F5273C
Black with #F5273C
Text Example
Text Example
White with #F5273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5273C; }
p { color: rgb(245,39,60); }
H1.HeaderClassName
{
color: #F5273C;
}
.AnyTagClassName
{
color: #F5273C;
}
</style>
background-color css
<style>
a { background-color: #F5273C; }
a { background-color: rgb(245,39,60); }
div.DivClassName
{
background-color: #F5273C;
}
.BgClassName
{
background-color: #F5273C;
}
</style>
border-color css
<style>
span { border-color: #F5273C; }
span { border-color: rgb(245,39,60); }
td.TdClassName
{
border-color: #F5273C;
}
.TagClassName
{
border-color: #F5273C;
}
</style>