Shades of Alizarin #FA263E
Tints of Alizarin #FA263E
RGB
CMYK
RGB Variations
Color information
#FA263E (or 0xFA263E) is known color: Alizarin. HEX triplet: FA, 26 and 3E. RGB value is (250,38,62). Sum of RGB (Red+Green+Blue) = 250+38+62=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA263E is #05D9C1. Grayscale: #686868. Windows color (decimal): -383426 or 4073210. OLE color: 4073210.
HSL color Cylindrical-coordinate representation of color #FA263E: hue angle of 353.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA263E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 62 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.02 |
| HSL | 353.21º | 0.95% | 0.56% | - |
| HSV(B) | 353.21º | 0.85% | 0.98% | - |
| XYZ | 40.99 | 22.06 | 6.65 | - |
| YUV | 104.12 | 104.24 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 62 | 0 | 0.85 | 0.75 | 0.02 | 353.21 | 0.95 | 0.56 |
| Hex | FA | 26 | 3E | 0 | 55 | 4B | 2 | 161 | 5F | 38 |
| Octal | 372 | 46 | 76 | 0 | 125 | 113 | 2 | 541 | 137 | 70 |
| Binary | 11111010 | 100110 | 111110 | 0 | 1010101 | 1001011 | 10 | 101100001 | 1011111 | 111000 |
Color Harmonies of #FA263E
Complementary color
Monochromatic Colors of #FA263E
Black with #FA263E
Text Example
Text Example
White with #FA263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA263E; }
p { color: rgb(250,38,62); }
H1.HeaderClassName
{
color: #FA263E;
}
.AnyTagClassName
{
color: #FA263E;
}
</style>
background-color css
<style>
a { background-color: #FA263E; }
a { background-color: rgb(250,38,62); }
div.DivClassName
{
background-color: #FA263E;
}
.BgClassName
{
background-color: #FA263E;
}
</style>
border-color css
<style>
span { border-color: #FA263E; }
span { border-color: rgb(250,38,62); }
td.TdClassName
{
border-color: #FA263E;
}
.TagClassName
{
border-color: #FA263E;
}
</style>