Shades of Alizarin #FA3040
Tints of Alizarin #FA3040
RGB
CMYK
RGB Variations
Color information
#FA3040 (or 0xFA3040) is known color: Alizarin. HEX triplet: FA, 30 and 40. RGB value is (250,48,64). Sum of RGB (Red+Green+Blue) = 250+48+64=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3040 is #05CFBF. Grayscale: #6E6E6E. Windows color (decimal): -380864 or 4206842. OLE color: 4206842.
HSL color Cylindrical-coordinate representation of color #FA3040: hue angle of 355.25º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3040 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 64 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.02 |
| HSL | 355.25º | 0.95% | 0.58% | - |
| HSV(B) | 355.25º | 0.81% | 0.98% | - |
| XYZ | 41.41 | 22.81 | 7.07 | - |
| YUV | 110.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 64 | 0 | 0.81 | 0.74 | 0.02 | 355.25 | 0.95 | 0.58 |
| Hex | FA | 30 | 40 | 0 | 51 | 4A | 2 | 163 | 5F | 3A |
| Octal | 372 | 60 | 100 | 0 | 121 | 112 | 2 | 543 | 137 | 72 |
| Binary | 11111010 | 110000 | 1000000 | 0 | 1010001 | 1001010 | 10 | 101100011 | 1011111 | 111010 |
Color Harmonies of #FA3040
Complementary color
Monochromatic Colors of #FA3040
Black with #FA3040
Text Example
Text Example
White with #FA3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3040; }
p { color: rgb(250,48,64); }
H1.HeaderClassName
{
color: #FA3040;
}
.AnyTagClassName
{
color: #FA3040;
}
</style>
background-color css
<style>
a { background-color: #FA3040; }
a { background-color: rgb(250,48,64); }
div.DivClassName
{
background-color: #FA3040;
}
.BgClassName
{
background-color: #FA3040;
}
</style>
border-color css
<style>
span { border-color: #FA3040; }
span { border-color: rgb(250,48,64); }
td.TdClassName
{
border-color: #FA3040;
}
.TagClassName
{
border-color: #FA3040;
}
</style>