Shades of Alizarin #F5283F
Tints of Alizarin #F5283F
RGB
CMYK
RGB Variations
Color information
#F5283F (or 0xF5283F) is known color: Alizarin. HEX triplet: F5, 28 and 3F. RGB value is (245,40,63). Sum of RGB (Red+Green+Blue) = 245+40+63=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F5283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5283F is #0AD7C0. Grayscale: #686868. Windows color (decimal): -710593 or 4139253. OLE color: 4139253.
HSL color Cylindrical-coordinate representation of color #F5283F: hue angle of 353.27º 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 #F5283F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 63 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.04 |
| HSL | 353.27º | 0.91% | 0.56% | - |
| HSV(B) | 353.27º | 0.84% | 0.96% | - |
| XYZ | 39.31 | 21.29 | 6.74 | - |
| YUV | 103.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 63 | 0 | 0.84 | 0.74 | 0.04 | 353.27 | 0.91 | 0.56 |
| Hex | F5 | 28 | 3F | 0 | 54 | 4A | 4 | 161 | 5B | 38 |
| Octal | 365 | 50 | 77 | 0 | 124 | 112 | 4 | 541 | 133 | 70 |
| Binary | 11110101 | 101000 | 111111 | 0 | 1010100 | 1001010 | 100 | 101100001 | 1011011 | 111000 |
Color Harmonies of #F5283F
Complementary color
Monochromatic Colors of #F5283F
Black with #F5283F
Text Example
Text Example
White with #F5283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5283F; }
p { color: rgb(245,40,63); }
H1.HeaderClassName
{
color: #F5283F;
}
.AnyTagClassName
{
color: #F5283F;
}
</style>
background-color css
<style>
a { background-color: #F5283F; }
a { background-color: rgb(245,40,63); }
div.DivClassName
{
background-color: #F5283F;
}
.BgClassName
{
background-color: #F5283F;
}
</style>
border-color css
<style>
span { border-color: #F5283F; }
span { border-color: rgb(245,40,63); }
td.TdClassName
{
border-color: #F5283F;
}
.TagClassName
{
border-color: #F5283F;
}
</style>