Shades of Red #FA1002
Tints of Red #FA1002
RGB
CMYK
RGB Variations
Color information
#FA1002 (or 0xFA1002) is known color: Red. HEX triplet: FA, 10 and 02. RGB value is (250,16,2). Sum of RGB (Red+Green+Blue) = 250+16+2=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1002 is #05EFFD. Grayscale: #545454. Windows color (decimal): -389118 or 135418. OLE color: 135418.
HSL color Cylindrical-coordinate representation of color #FA1002: hue angle of 3.39º 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 #FA1002 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.02 |
| HSL | 3.39º | 0.98% | 0.49% | - |
| HSV(B) | 3.39º | 0.99% | 0.98% | - |
| XYZ | 39.62 | 20.7 | 1.96 | - |
| YUV | 84.37 | 81.52 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 2 | 0 | 0.94 | 0.99 | 0.02 | 3.39 | 0.98 | 0.49 |
| Hex | FA | 10 | 2 | 0 | 5E | 63 | 2 | 3 | 62 | 31 |
| Octal | 372 | 20 | 2 | 0 | 136 | 143 | 2 | 3 | 142 | 61 |
| Binary | 11111010 | 10000 | 10 | 0 | 1011110 | 1100011 | 10 | 11 | 1100010 | 110001 |
Color Harmonies of #FA1002
Complementary color
Monochromatic Colors of #FA1002
Black with #FA1002
Text Example
Text Example
White with #FA1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1002; }
p { color: rgb(250,16,2); }
H1.HeaderClassName
{
color: #FA1002;
}
.AnyTagClassName
{
color: #FA1002;
}
</style>
background-color css
<style>
a { background-color: #FA1002; }
a { background-color: rgb(250,16,2); }
div.DivClassName
{
background-color: #FA1002;
}
.BgClassName
{
background-color: #FA1002;
}
</style>
border-color css
<style>
span { border-color: #FA1002; }
span { border-color: rgb(250,16,2); }
td.TdClassName
{
border-color: #FA1002;
}
.TagClassName
{
border-color: #FA1002;
}
</style>