Shades of Red #FA0300
Tints of Red #FA0300
RGB
CMYK
RGB Variations
Color information
#FA0300 (or 0xFA0300) is known color: Red. HEX triplet: FA, 03 and 00. RGB value is (250,3,0). Sum of RGB (Red+Green+Blue) = 250+3+0=253 (33% of max value = 765). Red value is 250 (98.05% from 255 or 98.81% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0300 is #05FCFF. Grayscale: #4C4C4C. Windows color (decimal): -392448 or 1018. OLE color: 1018.
HSL color Cylindrical-coordinate representation of color #FA0300: hue angle of 0.72º 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 #FA0300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.02 |
| HSL | 0.72º | 1% | 0.49% | - |
| HSV(B) | 0.72º | 1% | 0.98% | - |
| XYZ | 39.46 | 20.39 | 1.86 | - |
| YUV | 76.51 | 84.83 | 251.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 0 | 0 | 0.99 | 1 | 0.02 | 0.72 | 1 | 0.49 |
| Hex | FA | 3 | 0 | 0 | 63 | 64 | 2 | 1 | 64 | 31 |
| Octal | 372 | 3 | 0 | 0 | 143 | 144 | 2 | 1 | 144 | 61 |
| Binary | 11111010 | 11 | 0 | 0 | 1100011 | 1100100 | 10 | 1 | 1100100 | 110001 |
Color Harmonies of #FA0300
Complementary color
Monochromatic Colors of #FA0300
Black with #FA0300
Text Example
Text Example
White with #FA0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0300; }
p { color: rgb(250,3,0); }
H1.HeaderClassName
{
color: #FA0300;
}
.AnyTagClassName
{
color: #FA0300;
}
</style>
background-color css
<style>
a { background-color: #FA0300; }
a { background-color: rgb(250,3,0); }
div.DivClassName
{
background-color: #FA0300;
}
.BgClassName
{
background-color: #FA0300;
}
</style>
border-color css
<style>
span { border-color: #FA0300; }
span { border-color: rgb(250,3,0); }
td.TdClassName
{
border-color: #FA0300;
}
.TagClassName
{
border-color: #FA0300;
}
</style>