Shades of Alizarin #F7333C
Tints of Alizarin #F7333C
RGB
CMYK
RGB Variations
Color information
#F7333C (or 0xF7333C) is known color: Alizarin. HEX triplet: F7, 33 and 3C. RGB value is (247,51,60). Sum of RGB (Red+Green+Blue) = 247+51+60=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7333C is #08CCC3. Grayscale: #6E6E6E. Windows color (decimal): -576708 or 3945463. OLE color: 3945463.
HSL color Cylindrical-coordinate representation of color #F7333C: hue angle of 357.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7333C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.03 |
| HSL | 357.24º | 0.92% | 0.58% | - |
| HSV(B) | 357.24º | 0.79% | 0.97% | - |
| XYZ | 40.36 | 22.47 | 6.48 | - |
| YUV | 110.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 60 | 0 | 0.79 | 0.76 | 0.03 | 357.24 | 0.92 | 0.58 |
| Hex | F7 | 33 | 3C | 0 | 4F | 4C | 3 | 165 | 5C | 3A |
| Octal | 367 | 63 | 74 | 0 | 117 | 114 | 3 | 545 | 134 | 72 |
| Binary | 11110111 | 110011 | 111100 | 0 | 1001111 | 1001100 | 11 | 101100101 | 1011100 | 111010 |
Color Harmonies of #F7333C
Complementary color
Monochromatic Colors of #F7333C
Black with #F7333C
Text Example
Text Example
White with #F7333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7333C; }
p { color: rgb(247,51,60); }
H1.HeaderClassName
{
color: #F7333C;
}
.AnyTagClassName
{
color: #F7333C;
}
</style>
background-color css
<style>
a { background-color: #F7333C; }
a { background-color: rgb(247,51,60); }
div.DivClassName
{
background-color: #F7333C;
}
.BgClassName
{
background-color: #F7333C;
}
</style>
border-color css
<style>
span { border-color: #F7333C; }
span { border-color: rgb(247,51,60); }
td.TdClassName
{
border-color: #F7333C;
}
.TagClassName
{
border-color: #F7333C;
}
</style>