Shades of Alizarin #FA242F
Tints of Alizarin #FA242F
RGB
CMYK
RGB Variations
Color information
#FA242F (or 0xFA242F) is known color: Alizarin. HEX triplet: FA, 24 and 2F. RGB value is (250,36,47). Sum of RGB (Red+Green+Blue) = 250+36+47=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA242F is #05DBD0. Grayscale: #656565. Windows color (decimal): -383953 or 3089658. OLE color: 3089658.
HSL color Cylindrical-coordinate representation of color #FA242F: hue angle of 356.92º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA242F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.02 |
| HSL | 356.92º | 0.96% | 0.56% | - |
| HSV(B) | 356.92º | 0.86% | 0.98% | - |
| XYZ | 40.57 | 21.79 | 4.76 | - |
| YUV | 101.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 47 | 0 | 0.86 | 0.81 | 0.02 | 356.92 | 0.96 | 0.56 |
| Hex | FA | 24 | 2F | 0 | 56 | 51 | 2 | 165 | 60 | 38 |
| Octal | 372 | 44 | 57 | 0 | 126 | 121 | 2 | 545 | 140 | 70 |
| Binary | 11111010 | 100100 | 101111 | 0 | 1010110 | 1010001 | 10 | 101100101 | 1100000 | 111000 |
Color Harmonies of #FA242F
Complementary color
Monochromatic Colors of #FA242F
Black with #FA242F
Text Example
Text Example
White with #FA242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA242F; }
p { color: rgb(250,36,47); }
H1.HeaderClassName
{
color: #FA242F;
}
.AnyTagClassName
{
color: #FA242F;
}
</style>
background-color css
<style>
a { background-color: #FA242F; }
a { background-color: rgb(250,36,47); }
div.DivClassName
{
background-color: #FA242F;
}
.BgClassName
{
background-color: #FA242F;
}
</style>
border-color css
<style>
span { border-color: #FA242F; }
span { border-color: rgb(250,36,47); }
td.TdClassName
{
border-color: #FA242F;
}
.TagClassName
{
border-color: #FA242F;
}
</style>