Shades of Alizarin #FA263F
Tints of Alizarin #FA263F
RGB
CMYK
RGB Variations
Color information
#FA263F (or 0xFA263F) is known color: Alizarin. HEX triplet: FA, 26 and 3F. RGB value is (250,38,63). Sum of RGB (Red+Green+Blue) = 250+38+63=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA263F is #05D9C0. Grayscale: #686868. Windows color (decimal): -383425 or 4138746. OLE color: 4138746.
HSL color Cylindrical-coordinate representation of color #FA263F: hue angle of 352.92º 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 #FA263F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.02 |
| HSL | 352.92º | 0.95% | 0.56% | - |
| HSV(B) | 352.92º | 0.85% | 0.98% | - |
| XYZ | 41.01 | 22.07 | 6.8 | - |
| YUV | 104.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 63 | 0 | 0.85 | 0.75 | 0.02 | 352.92 | 0.95 | 0.56 |
| Hex | FA | 26 | 3F | 0 | 55 | 4B | 2 | 161 | 5F | 38 |
| Octal | 372 | 46 | 77 | 0 | 125 | 113 | 2 | 541 | 137 | 70 |
| Binary | 11111010 | 100110 | 111111 | 0 | 1010101 | 1001011 | 10 | 101100001 | 1011111 | 111000 |
Color Harmonies of #FA263F
Complementary color
Monochromatic Colors of #FA263F
Black with #FA263F
Text Example
Text Example
White with #FA263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA263F; }
p { color: rgb(250,38,63); }
H1.HeaderClassName
{
color: #FA263F;
}
.AnyTagClassName
{
color: #FA263F;
}
</style>
background-color css
<style>
a { background-color: #FA263F; }
a { background-color: rgb(250,38,63); }
div.DivClassName
{
background-color: #FA263F;
}
.BgClassName
{
background-color: #FA263F;
}
</style>
border-color css
<style>
span { border-color: #FA263F; }
span { border-color: rgb(250,38,63); }
td.TdClassName
{
border-color: #FA263F;
}
.TagClassName
{
border-color: #FA263F;
}
</style>