Shades of Alizarin #F5283D
Tints of Alizarin #F5283D
RGB
CMYK
RGB Variations
Color information
#F5283D (or 0xF5283D) is known color: Alizarin. HEX triplet: F5, 28 and 3D. RGB value is (245,40,61). Sum of RGB (Red+Green+Blue) = 245+40+61=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5283D is #0AD7C2. Grayscale: #676767. Windows color (decimal): -710595 or 4008181. OLE color: 4008181.
HSL color Cylindrical-coordinate representation of color #F5283D: hue angle of 353.85º 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 #F5283D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.85º | 0.91% | 0.56% | - |
| HSV(B) | 353.85º | 0.84% | 0.96% | - |
| XYZ | 39.26 | 21.27 | 6.45 | - |
| YUV | 103.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 61 | 0 | 0.84 | 0.75 | 0.04 | 353.85 | 0.91 | 0.56 |
| Hex | F5 | 28 | 3D | 0 | 54 | 4B | 4 | 162 | 5B | 38 |
| Octal | 365 | 50 | 75 | 0 | 124 | 113 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 101000 | 111101 | 0 | 1010100 | 1001011 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5283D
Complementary color
Monochromatic Colors of #F5283D
Black with #F5283D
Text Example
Text Example
White with #F5283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5283D; }
p { color: rgb(245,40,61); }
H1.HeaderClassName
{
color: #F5283D;
}
.AnyTagClassName
{
color: #F5283D;
}
</style>
background-color css
<style>
a { background-color: #F5283D; }
a { background-color: rgb(245,40,61); }
div.DivClassName
{
background-color: #F5283D;
}
.BgClassName
{
background-color: #F5283D;
}
</style>
border-color css
<style>
span { border-color: #F5283D; }
span { border-color: rgb(245,40,61); }
td.TdClassName
{
border-color: #F5283D;
}
.TagClassName
{
border-color: #F5283D;
}
</style>