Shades of Alizarin #F7303C
Tints of Alizarin #F7303C
RGB
CMYK
RGB Variations
Color information
#F7303C (or 0xF7303C) is known color: Alizarin. HEX triplet: F7, 30 and 3C. RGB value is (247,48,60). Sum of RGB (Red+Green+Blue) = 247+48+60=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7303C is #08CFC3. Grayscale: #6D6D6D. Windows color (decimal): -577476 or 3944695. OLE color: 3944695.
HSL color Cylindrical-coordinate representation of color #F7303C: hue angle of 356.38º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7303C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.03 |
| HSL | 356.38º | 0.93% | 0.58% | - |
| HSV(B) | 356.38º | 0.81% | 0.97% | - |
| XYZ | 40.23 | 22.21 | 6.44 | - |
| YUV | 108.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 60 | 0 | 0.81 | 0.76 | 0.03 | 356.38 | 0.93 | 0.58 |
| Hex | F7 | 30 | 3C | 0 | 51 | 4C | 3 | 164 | 5D | 3A |
| Octal | 367 | 60 | 74 | 0 | 121 | 114 | 3 | 544 | 135 | 72 |
| Binary | 11110111 | 110000 | 111100 | 0 | 1010001 | 1001100 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F7303C
Complementary color
Monochromatic Colors of #F7303C
Black with #F7303C
Text Example
Text Example
White with #F7303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7303C; }
p { color: rgb(247,48,60); }
H1.HeaderClassName
{
color: #F7303C;
}
.AnyTagClassName
{
color: #F7303C;
}
</style>
background-color css
<style>
a { background-color: #F7303C; }
a { background-color: rgb(247,48,60); }
div.DivClassName
{
background-color: #F7303C;
}
.BgClassName
{
background-color: #F7303C;
}
</style>
border-color css
<style>
span { border-color: #F7303C; }
span { border-color: rgb(247,48,60); }
td.TdClassName
{
border-color: #F7303C;
}
.TagClassName
{
border-color: #F7303C;
}
</style>