Shades of Red #FA0704
Tints of Red #FA0704
RGB
CMYK
RGB Variations
Color information
#FA0704 (or 0xFA0704) is known color: Red. HEX triplet: FA, 07 and 04. RGB value is (250,7,4). Sum of RGB (Red+Green+Blue) = 250+7+4=261 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.79% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0704 is #05F8FB. Grayscale: #4F4F4F. Windows color (decimal): -391420 or 264186. OLE color: 264186.
HSL color Cylindrical-coordinate representation of color #FA0704: hue angle of 0.73º degrees, saturation: 0.97, 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 #FA0704 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.02 |
| HSL | 0.73º | 0.97% | 0.5% | - |
| HSV(B) | 0.73º | 0.98% | 0.98% | - |
| XYZ | 39.52 | 20.48 | 1.99 | - |
| YUV | 79.32 | 85.51 | 249.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 4 | 0 | 0.97 | 0.98 | 0.02 | 0.73 | 0.97 | 0.5 |
| Hex | FA | 7 | 4 | 0 | 61 | 62 | 2 | 1 | 61 | 32 |
| Octal | 372 | 7 | 4 | 0 | 141 | 142 | 2 | 1 | 141 | 62 |
| Binary | 11111010 | 111 | 100 | 0 | 1100001 | 1100010 | 10 | 1 | 1100001 | 110010 |
Color Harmonies of #FA0704
Complementary color
Monochromatic Colors of #FA0704
Black with #FA0704
Text Example
Text Example
White with #FA0704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0704; }
p { color: rgb(250,7,4); }
H1.HeaderClassName
{
color: #FA0704;
}
.AnyTagClassName
{
color: #FA0704;
}
</style>
background-color css
<style>
a { background-color: #FA0704; }
a { background-color: rgb(250,7,4); }
div.DivClassName
{
background-color: #FA0704;
}
.BgClassName
{
background-color: #FA0704;
}
</style>
border-color css
<style>
span { border-color: #FA0704; }
span { border-color: rgb(250,7,4); }
td.TdClassName
{
border-color: #FA0704;
}
.TagClassName
{
border-color: #FA0704;
}
</style>