Shades of Red #FA1201
Tints of Red #FA1201
RGB
CMYK
RGB Variations
Color information
#FA1201 (or 0xFA1201) is known color: Red. HEX triplet: FA, 12 and 01. RGB value is (250,18,1). Sum of RGB (Red+Green+Blue) = 250+18+1=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1201 is #05EDFE. Grayscale: #555555. Windows color (decimal): -388607 or 70394. OLE color: 70394.
HSL color Cylindrical-coordinate representation of color #FA1201: hue angle of 4.1º 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 #FA1201 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.02 |
| HSL | 4.1º | 0.99% | 0.49% | - |
| HSV(B) | 4.1º | 1% | 0.98% | - |
| XYZ | 39.65 | 20.76 | 1.95 | - |
| YUV | 85.43 | 80.36 | 245.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 1 | 0 | 0.93 | 1.00 | 0.02 | 4.1 | 0.99 | 0.49 |
| Hex | FA | 12 | 1 | 0 | 5D | 64 | 2 | 4 | 63 | 31 |
| Octal | 372 | 22 | 1 | 0 | 135 | 144 | 2 | 4 | 143 | 61 |
| Binary | 11111010 | 10010 | 1 | 0 | 1011101 | 1100100 | 10 | 100 | 1100011 | 110001 |
Color Harmonies of #FA1201
Complementary color
Monochromatic Colors of #FA1201
Black with #FA1201
Text Example
Text Example
White with #FA1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1201; }
p { color: rgb(250,18,1); }
H1.HeaderClassName
{
color: #FA1201;
}
.AnyTagClassName
{
color: #FA1201;
}
</style>
background-color css
<style>
a { background-color: #FA1201; }
a { background-color: rgb(250,18,1); }
div.DivClassName
{
background-color: #FA1201;
}
.BgClassName
{
background-color: #FA1201;
}
</style>
border-color css
<style>
span { border-color: #FA1201; }
span { border-color: rgb(250,18,1); }
td.TdClassName
{
border-color: #FA1201;
}
.TagClassName
{
border-color: #FA1201;
}
</style>