Shades of Red #FA1006
Tints of Red #FA1006
RGB
CMYK
RGB Variations
Color information
#FA1006 (or 0xFA1006) is known color: Red. HEX triplet: FA, 10 and 06. RGB value is (250,16,6). Sum of RGB (Red+Green+Blue) = 250+16+6=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1006 is #05EFF9. Grayscale: #555555. Windows color (decimal): -389114 or 397562. OLE color: 397562.
HSL color Cylindrical-coordinate representation of color #FA1006: hue angle of 2.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA1006 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.46º | 0.96% | 0.5% | - |
| HSV(B) | 2.46º | 0.98% | 0.98% | - |
| XYZ | 39.64 | 20.71 | 2.08 | - |
| YUV | 84.83 | 83.52 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 6 | 0 | 0.94 | 0.98 | 0.02 | 2.46 | 0.96 | 0.5 |
| Hex | FA | 10 | 6 | 0 | 5E | 62 | 2 | 2 | 60 | 32 |
| Octal | 372 | 20 | 6 | 0 | 136 | 142 | 2 | 2 | 140 | 62 |
| Binary | 11111010 | 10000 | 110 | 0 | 1011110 | 1100010 | 10 | 10 | 1100000 | 110010 |
Color Harmonies of #FA1006
Complementary color
Monochromatic Colors of #FA1006
Black with #FA1006
Text Example
Text Example
White with #FA1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1006; }
p { color: rgb(250,16,6); }
H1.HeaderClassName
{
color: #FA1006;
}
.AnyTagClassName
{
color: #FA1006;
}
</style>
background-color css
<style>
a { background-color: #FA1006; }
a { background-color: rgb(250,16,6); }
div.DivClassName
{
background-color: #FA1006;
}
.BgClassName
{
background-color: #FA1006;
}
</style>
border-color css
<style>
span { border-color: #FA1006; }
span { border-color: rgb(250,16,6); }
td.TdClassName
{
border-color: #FA1006;
}
.TagClassName
{
border-color: #FA1006;
}
</style>