Shades of Red #FA0501
Tints of Red #FA0501
RGB
CMYK
RGB Variations
Color information
#FA0501 (or 0xFA0501) is known color: Red. HEX triplet: FA, 05 and 01. RGB value is (250,5,1). Sum of RGB (Red+Green+Blue) = 250+5+1=256 (33% of max value = 765). Red value is 250 (98.05% from 255 or 97.66% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0501 is #05FAFE. Grayscale: #4E4E4E. Windows color (decimal): -391935 or 67066. OLE color: 67066.
HSL color Cylindrical-coordinate representation of color #FA0501: hue angle of 0.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.02 |
| HSL | 0.96º | 0.99% | 0.49% | - |
| HSV(B) | 0.96º | 1% | 0.98% | - |
| XYZ | 39.48 | 20.43 | 1.89 | - |
| YUV | 77.8 | 84.67 | 250.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 1 | 0 | 0.98 | 1.00 | 0.02 | 0.96 | 0.99 | 0.49 |
| Hex | FA | 5 | 1 | 0 | 62 | 64 | 2 | 1 | 63 | 31 |
| Octal | 372 | 5 | 1 | 0 | 142 | 144 | 2 | 1 | 143 | 61 |
| Binary | 11111010 | 101 | 1 | 0 | 1100010 | 1100100 | 10 | 1 | 1100011 | 110001 |
Color Harmonies of #FA0501
Complementary color
Monochromatic Colors of #FA0501
Black with #FA0501
Text Example
Text Example
White with #FA0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0501; }
p { color: rgb(250,5,1); }
H1.HeaderClassName
{
color: #FA0501;
}
.AnyTagClassName
{
color: #FA0501;
}
</style>
background-color css
<style>
a { background-color: #FA0501; }
a { background-color: rgb(250,5,1); }
div.DivClassName
{
background-color: #FA0501;
}
.BgClassName
{
background-color: #FA0501;
}
</style>
border-color css
<style>
span { border-color: #FA0501; }
span { border-color: rgb(250,5,1); }
td.TdClassName
{
border-color: #FA0501;
}
.TagClassName
{
border-color: #FA0501;
}
</style>