Shades of Red #FA0902
Tints of Red #FA0902
RGB
CMYK
RGB Variations
Color information
#FA0902 (or 0xFA0902) is known color: Red. HEX triplet: FA, 09 and 02. RGB value is (250,9,2). Sum of RGB (Red+Green+Blue) = 250+9+2=261 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.79% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0902 is #05F6FD. Grayscale: #505050. Windows color (decimal): -390910 or 133626. OLE color: 133626.
HSL color Cylindrical-coordinate representation of color #FA0902: hue angle of 1.69º 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 #FA0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.02 |
| HSL | 1.69º | 0.98% | 0.49% | - |
| HSV(B) | 1.69º | 0.99% | 0.98% | - |
| XYZ | 39.53 | 20.52 | 1.94 | - |
| YUV | 80.26 | 83.84 | 249.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 2 | 0 | 0.96 | 0.99 | 0.02 | 1.69 | 0.98 | 0.49 |
| Hex | FA | 9 | 2 | 0 | 60 | 63 | 2 | 2 | 62 | 31 |
| Octal | 372 | 11 | 2 | 0 | 140 | 143 | 2 | 2 | 142 | 61 |
| Binary | 11111010 | 1001 | 10 | 0 | 1100000 | 1100011 | 10 | 10 | 1100010 | 110001 |
Color Harmonies of #FA0902
Complementary color
Monochromatic Colors of #FA0902
Black with #FA0902
Text Example
Text Example
White with #FA0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0902; }
p { color: rgb(250,9,2); }
H1.HeaderClassName
{
color: #FA0902;
}
.AnyTagClassName
{
color: #FA0902;
}
</style>
background-color css
<style>
a { background-color: #FA0902; }
a { background-color: rgb(250,9,2); }
div.DivClassName
{
background-color: #FA0902;
}
.BgClassName
{
background-color: #FA0902;
}
</style>
border-color css
<style>
span { border-color: #FA0902; }
span { border-color: rgb(250,9,2); }
td.TdClassName
{
border-color: #FA0902;
}
.TagClassName
{
border-color: #FA0902;
}
</style>