Shades of Red #FA1102
Tints of Red #FA1102
RGB
CMYK
RGB Variations
Color information
#FA1102 (or 0xFA1102) is known color: Red. HEX triplet: FA, 11 and 02. RGB value is (250,17,2). Sum of RGB (Red+Green+Blue) = 250+17+2=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1102 is #05EEFD. Grayscale: #555555. Windows color (decimal): -388862 or 135674. OLE color: 135674.
HSL color Cylindrical-coordinate representation of color #FA1102: hue angle of 3.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.02 |
| HSL | 3.63º | 0.98% | 0.49% | - |
| HSV(B) | 3.63º | 0.99% | 0.98% | - |
| XYZ | 39.64 | 20.73 | 1.97 | - |
| YUV | 84.96 | 81.19 | 245.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 2 | 0 | 0.93 | 0.99 | 0.02 | 3.63 | 0.98 | 0.49 |
| Hex | FA | 11 | 2 | 0 | 5D | 63 | 2 | 4 | 62 | 31 |
| Octal | 372 | 21 | 2 | 0 | 135 | 143 | 2 | 4 | 142 | 61 |
| Binary | 11111010 | 10001 | 10 | 0 | 1011101 | 1100011 | 10 | 100 | 1100010 | 110001 |
Color Harmonies of #FA1102
Complementary color
Monochromatic Colors of #FA1102
Black with #FA1102
Text Example
Text Example
White with #FA1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1102; }
p { color: rgb(250,17,2); }
H1.HeaderClassName
{
color: #FA1102;
}
.AnyTagClassName
{
color: #FA1102;
}
</style>
background-color css
<style>
a { background-color: #FA1102; }
a { background-color: rgb(250,17,2); }
div.DivClassName
{
background-color: #FA1102;
}
.BgClassName
{
background-color: #FA1102;
}
</style>
border-color css
<style>
span { border-color: #FA1102; }
span { border-color: rgb(250,17,2); }
td.TdClassName
{
border-color: #FA1102;
}
.TagClassName
{
border-color: #FA1102;
}
</style>