Shades of Alizarin #FA273F
Tints of Alizarin #FA273F
RGB
CMYK
RGB Variations
Color information
#FA273F (or 0xFA273F) is known color: Alizarin. HEX triplet: FA, 27 and 3F. RGB value is (250,39,63). Sum of RGB (Red+Green+Blue) = 250+39+63=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA273F is #05D8C0. Grayscale: #686868. Windows color (decimal): -383169 or 4139002. OLE color: 4139002.
HSL color Cylindrical-coordinate representation of color #FA273F: hue angle of 353.18º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA273F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.02 |
| HSL | 353.18º | 0.95% | 0.57% | - |
| HSV(B) | 353.18º | 0.84% | 0.98% | - |
| XYZ | 41.05 | 22.13 | 6.81 | - |
| YUV | 104.83 | 104.4 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 63 | 0 | 0.84 | 0.75 | 0.02 | 353.18 | 0.95 | 0.57 |
| Hex | FA | 27 | 3F | 0 | 54 | 4B | 2 | 161 | 5F | 39 |
| Octal | 372 | 47 | 77 | 0 | 124 | 113 | 2 | 541 | 137 | 71 |
| Binary | 11111010 | 100111 | 111111 | 0 | 1010100 | 1001011 | 10 | 101100001 | 1011111 | 111001 |
Color Harmonies of #FA273F
Complementary color
Monochromatic Colors of #FA273F
Black with #FA273F
Text Example
Text Example
White with #FA273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA273F; }
p { color: rgb(250,39,63); }
H1.HeaderClassName
{
color: #FA273F;
}
.AnyTagClassName
{
color: #FA273F;
}
</style>
background-color css
<style>
a { background-color: #FA273F; }
a { background-color: rgb(250,39,63); }
div.DivClassName
{
background-color: #FA273F;
}
.BgClassName
{
background-color: #FA273F;
}
</style>
border-color css
<style>
span { border-color: #FA273F; }
span { border-color: rgb(250,39,63); }
td.TdClassName
{
border-color: #FA273F;
}
.TagClassName
{
border-color: #FA273F;
}
</style>