Shades of Alizarin #F7263D
Tints of Alizarin #F7263D
RGB
CMYK
RGB Variations
Color information
#F7263D (or 0xF7263D) is known color: Alizarin. HEX triplet: F7, 26 and 3D. RGB value is (247,38,61). Sum of RGB (Red+Green+Blue) = 247+38+61=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7263D is #08D9C2. Grayscale: #676767. Windows color (decimal): -580035 or 4007671. OLE color: 4007671.
HSL color Cylindrical-coordinate representation of color #F7263D: hue angle of 353.4º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7263D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.03 |
| HSL | 353.4º | 0.93% | 0.56% | - |
| HSV(B) | 353.4º | 0.85% | 0.97% | - |
| XYZ | 39.89 | 21.5 | 6.46 | - |
| YUV | 103.11 | 104.24 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 61 | 0 | 0.85 | 0.75 | 0.03 | 353.4 | 0.93 | 0.56 |
| Hex | F7 | 26 | 3D | 0 | 55 | 4B | 3 | 161 | 5D | 38 |
| Octal | 367 | 46 | 75 | 0 | 125 | 113 | 3 | 541 | 135 | 70 |
| Binary | 11110111 | 100110 | 111101 | 0 | 1010101 | 1001011 | 11 | 101100001 | 1011101 | 111000 |
Color Harmonies of #F7263D
Complementary color
Monochromatic Colors of #F7263D
Black with #F7263D
Text Example
Text Example
White with #F7263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7263D; }
p { color: rgb(247,38,61); }
H1.HeaderClassName
{
color: #F7263D;
}
.AnyTagClassName
{
color: #F7263D;
}
</style>
background-color css
<style>
a { background-color: #F7263D; }
a { background-color: rgb(247,38,61); }
div.DivClassName
{
background-color: #F7263D;
}
.BgClassName
{
background-color: #F7263D;
}
</style>
border-color css
<style>
span { border-color: #F7263D; }
span { border-color: rgb(247,38,61); }
td.TdClassName
{
border-color: #F7263D;
}
.TagClassName
{
border-color: #F7263D;
}
</style>