Shades of Alizarin #F5223F
Tints of Alizarin #F5223F
RGB
CMYK
RGB Variations
Color information
#F5223F (or 0xF5223F) is known color: Alizarin. HEX triplet: F5, 22 and 3F. RGB value is (245,34,63). Sum of RGB (Red+Green+Blue) = 245+34+63=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5223F is #0ADDC0. Grayscale: #646464. Windows color (decimal): -712129 or 4137717. OLE color: 4137717.
HSL color Cylindrical-coordinate representation of color #F5223F: hue angle of 351.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5223F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 63 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.04 |
| HSL | 351.75º | 0.91% | 0.55% | - |
| HSV(B) | 351.75º | 0.86% | 0.96% | - |
| XYZ | 39.13 | 20.92 | 6.68 | - |
| YUV | 100.4 | 106.9 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 63 | 0 | 0.86 | 0.74 | 0.04 | 351.75 | 0.91 | 0.55 |
| Hex | F5 | 22 | 3F | 0 | 56 | 4A | 4 | 160 | 5B | 37 |
| Octal | 365 | 42 | 77 | 0 | 126 | 112 | 4 | 540 | 133 | 67 |
| Binary | 11110101 | 100010 | 111111 | 0 | 1010110 | 1001010 | 100 | 101100000 | 1011011 | 110111 |
Color Harmonies of #F5223F
Complementary color
Monochromatic Colors of #F5223F
Black with #F5223F
Text Example
Text Example
White with #F5223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5223F; }
p { color: rgb(245,34,63); }
H1.HeaderClassName
{
color: #F5223F;
}
.AnyTagClassName
{
color: #F5223F;
}
</style>
background-color css
<style>
a { background-color: #F5223F; }
a { background-color: rgb(245,34,63); }
div.DivClassName
{
background-color: #F5223F;
}
.BgClassName
{
background-color: #F5223F;
}
</style>
border-color css
<style>
span { border-color: #F5223F; }
span { border-color: rgb(245,34,63); }
td.TdClassName
{
border-color: #F5223F;
}
.TagClassName
{
border-color: #F5223F;
}
</style>