Shades of Red #FA0000
Tints of Red #FA0000
RGB
CMYK
RGB Variations
Color information
#FA0000 (or 0xFA0000) is known color: Red. HEX triplet: FA, 00 and 00. RGB value is (250,0,0). Sum of RGB (Red+Green+Blue) = 250+0+0=250 (33% of max value = 765). Red value is 250 (98.05% from 255 or 100% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0000 is #05FFFF. Grayscale: #4B4B4B. Windows color (decimal): -393216 or 250. OLE color: 250.
HSL color Cylindrical-coordinate representation of color #FA0000: hue angle of 0º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.02 |
| HSL | 0º | 1% | 0.49% | - |
| HSV(B) | 0º | 1% | 0.98% | - |
| XYZ | 39.42 | 20.32 | 1.85 | - |
| YUV | 74.75 | 85.83 | 253 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 0 | 0 | 1 | 1 | 0.02 | 0 | 1 | 0.49 |
| Hex | FA | 0 | 0 | 0 | 64 | 64 | 2 | 0 | 64 | 31 |
| Octal | 372 | 0 | 0 | 0 | 144 | 144 | 2 | 0 | 144 | 61 |
| Binary | 11111010 | 0 | 0 | 0 | 1100100 | 1100100 | 10 | 0 | 1100100 | 110001 |
Color Harmonies of #FA0000
Complementary color
Monochromatic Colors of #FA0000
Black with #FA0000
Text Example
Text Example
White with #FA0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0000; }
p { color: rgb(250,0,0); }
H1.HeaderClassName
{
color: #FA0000;
}
.AnyTagClassName
{
color: #FA0000;
}
</style>
background-color css
<style>
a { background-color: #FA0000; }
a { background-color: rgb(250,0,0); }
div.DivClassName
{
background-color: #FA0000;
}
.BgClassName
{
background-color: #FA0000;
}
</style>
border-color css
<style>
span { border-color: #FA0000; }
span { border-color: rgb(250,0,0); }
td.TdClassName
{
border-color: #FA0000;
}
.TagClassName
{
border-color: #FA0000;
}
</style>