Shades of Alizarin #F5283B
Tints of Alizarin #F5283B
RGB
CMYK
RGB Variations
Color information
#F5283B (or 0xF5283B) is known color: Alizarin. HEX triplet: F5, 28 and 3B. RGB value is (245,40,59). Sum of RGB (Red+Green+Blue) = 245+40+59=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5283B is #0AD7C4. Grayscale: #676767. Windows color (decimal): -710597 or 3877109. OLE color: 3877109.
HSL color Cylindrical-coordinate representation of color #F5283B: hue angle of 354.44º 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 #F5283B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.04 |
| HSL | 354.44º | 0.91% | 0.56% | - |
| HSV(B) | 354.44º | 0.84% | 0.96% | - |
| XYZ | 39.2 | 21.25 | 6.17 | - |
| YUV | 103.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 59 | 0 | 0.84 | 0.76 | 0.04 | 354.44 | 0.91 | 0.56 |
| Hex | F5 | 28 | 3B | 0 | 54 | 4C | 4 | 162 | 5B | 38 |
| Octal | 365 | 50 | 73 | 0 | 124 | 114 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 101000 | 111011 | 0 | 1010100 | 1001100 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5283B
Complementary color
Monochromatic Colors of #F5283B
Black with #F5283B
Text Example
Text Example
White with #F5283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5283B; }
p { color: rgb(245,40,59); }
H1.HeaderClassName
{
color: #F5283B;
}
.AnyTagClassName
{
color: #F5283B;
}
</style>
background-color css
<style>
a { background-color: #F5283B; }
a { background-color: rgb(245,40,59); }
div.DivClassName
{
background-color: #F5283B;
}
.BgClassName
{
background-color: #F5283B;
}
</style>
border-color css
<style>
span { border-color: #F5283B; }
span { border-color: rgb(245,40,59); }
td.TdClassName
{
border-color: #F5283B;
}
.TagClassName
{
border-color: #F5283B;
}
</style>