Shades of Alizarin #FA263B
Tints of Alizarin #FA263B
RGB
CMYK
RGB Variations
Color information
#FA263B (or 0xFA263B) is known color: Alizarin. HEX triplet: FA, 26 and 3B. RGB value is (250,38,59). Sum of RGB (Red+Green+Blue) = 250+38+59=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA263B is #05D9C4. Grayscale: #676767. Windows color (decimal): -383429 or 3876602. OLE color: 3876602.
HSL color Cylindrical-coordinate representation of color #FA263B: hue angle of 354.06º 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 #FA263B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.02 |
| HSL | 354.06º | 0.95% | 0.56% | - |
| HSV(B) | 354.06º | 0.85% | 0.98% | - |
| XYZ | 40.91 | 22.03 | 6.23 | - |
| YUV | 103.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 59 | 0 | 0.85 | 0.76 | 0.02 | 354.06 | 0.95 | 0.56 |
| Hex | FA | 26 | 3B | 0 | 55 | 4C | 2 | 162 | 5F | 38 |
| Octal | 372 | 46 | 73 | 0 | 125 | 114 | 2 | 542 | 137 | 70 |
| Binary | 11111010 | 100110 | 111011 | 0 | 1010101 | 1001100 | 10 | 101100010 | 1011111 | 111000 |
Color Harmonies of #FA263B
Complementary color
Monochromatic Colors of #FA263B
Black with #FA263B
Text Example
Text Example
White with #FA263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA263B; }
p { color: rgb(250,38,59); }
H1.HeaderClassName
{
color: #FA263B;
}
.AnyTagClassName
{
color: #FA263B;
}
</style>
background-color css
<style>
a { background-color: #FA263B; }
a { background-color: rgb(250,38,59); }
div.DivClassName
{
background-color: #FA263B;
}
.BgClassName
{
background-color: #FA263B;
}
</style>
border-color css
<style>
span { border-color: #FA263B; }
span { border-color: rgb(250,38,59); }
td.TdClassName
{
border-color: #FA263B;
}
.TagClassName
{
border-color: #FA263B;
}
</style>