Shades of Alizarin #F5283C
Tints of Alizarin #F5283C
RGB
CMYK
RGB Variations
Color information
#F5283C (or 0xF5283C) is known color: Alizarin. HEX triplet: F5, 28 and 3C. RGB value is (245,40,60). Sum of RGB (Red+Green+Blue) = 245+40+60=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5283C is #0AD7C3. Grayscale: #676767. Windows color (decimal): -710596 or 3942645. OLE color: 3942645.
HSL color Cylindrical-coordinate representation of color #F5283C: hue angle of 354.15º 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 #F5283C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.04 |
| HSL | 354.15º | 0.91% | 0.56% | - |
| HSV(B) | 354.15º | 0.84% | 0.96% | - |
| XYZ | 39.23 | 21.26 | 6.31 | - |
| YUV | 103.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 60 | 0 | 0.84 | 0.76 | 0.04 | 354.15 | 0.91 | 0.56 |
| Hex | F5 | 28 | 3C | 0 | 54 | 4C | 4 | 162 | 5B | 38 |
| Octal | 365 | 50 | 74 | 0 | 124 | 114 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 101000 | 111100 | 0 | 1010100 | 1001100 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5283C
Complementary color
Monochromatic Colors of #F5283C
Black with #F5283C
Text Example
Text Example
White with #F5283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5283C; }
p { color: rgb(245,40,60); }
H1.HeaderClassName
{
color: #F5283C;
}
.AnyTagClassName
{
color: #F5283C;
}
</style>
background-color css
<style>
a { background-color: #F5283C; }
a { background-color: rgb(245,40,60); }
div.DivClassName
{
background-color: #F5283C;
}
.BgClassName
{
background-color: #F5283C;
}
</style>
border-color css
<style>
span { border-color: #F5283C; }
span { border-color: rgb(245,40,60); }
td.TdClassName
{
border-color: #F5283C;
}
.TagClassName
{
border-color: #F5283C;
}
</style>