Shades of Red #FA1005
Tints of Red #FA1005
RGB
CMYK
RGB Variations
Color information
#FA1005 (or 0xFA1005) is known color: Red. HEX triplet: FA, 10 and 05. RGB value is (250,16,5). Sum of RGB (Red+Green+Blue) = 250+16+5=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1005 is #05EFFA. Grayscale: #545454. Windows color (decimal): -389115 or 332026. OLE color: 332026.
HSL color Cylindrical-coordinate representation of color #FA1005: hue angle of 2.69º 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 #FA1005 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.69º | 0.96% | 0.5% | - |
| HSV(B) | 2.69º | 0.98% | 0.98% | - |
| XYZ | 39.64 | 20.71 | 2.05 | - |
| YUV | 84.71 | 83.02 | 245.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 5 | 0 | 0.94 | 0.98 | 0.02 | 2.69 | 0.96 | 0.5 |
| Hex | FA | 10 | 5 | 0 | 5E | 62 | 2 | 3 | 60 | 32 |
| Octal | 372 | 20 | 5 | 0 | 136 | 142 | 2 | 3 | 140 | 62 |
| Binary | 11111010 | 10000 | 101 | 0 | 1011110 | 1100010 | 10 | 11 | 1100000 | 110010 |
Color Harmonies of #FA1005
Complementary color
Monochromatic Colors of #FA1005
Black with #FA1005
Text Example
Text Example
White with #FA1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1005; }
p { color: rgb(250,16,5); }
H1.HeaderClassName
{
color: #FA1005;
}
.AnyTagClassName
{
color: #FA1005;
}
</style>
background-color css
<style>
a { background-color: #FA1005; }
a { background-color: rgb(250,16,5); }
div.DivClassName
{
background-color: #FA1005;
}
.BgClassName
{
background-color: #FA1005;
}
</style>
border-color css
<style>
span { border-color: #FA1005; }
span { border-color: rgb(250,16,5); }
td.TdClassName
{
border-color: #FA1005;
}
.TagClassName
{
border-color: #FA1005;
}
</style>