Shades of Red #FA110F
Tints of Red #FA110F
RGB
CMYK
RGB Variations
Color information
#FA110F (or 0xFA110F) is known color: Red. HEX triplet: FA, 11 and 0F. RGB value is (250,17,15). Sum of RGB (Red+Green+Blue) = 250+17+15=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA110F is #05EEF0. Grayscale: #565656. Windows color (decimal): -388849 or 987642. OLE color: 987642.
HSL color Cylindrical-coordinate representation of color #FA110F: hue angle of 0.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA110F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.02 |
| HSL | 0.51º | 0.96% | 0.52% | - |
| HSV(B) | 0.51º | 0.94% | 0.98% | - |
| XYZ | 39.71 | 20.76 | 2.37 | - |
| YUV | 86.44 | 87.69 | 244.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 15 | 0 | 0.93 | 0.94 | 0.02 | 0.51 | 0.96 | 0.52 |
| Hex | FA | 11 | F | 0 | 5D | 5E | 2 | 1 | 60 | 34 |
| Octal | 372 | 21 | 17 | 0 | 135 | 136 | 2 | 1 | 140 | 64 |
| Binary | 11111010 | 10001 | 1111 | 0 | 1011101 | 1011110 | 10 | 1 | 1100000 | 110100 |
Color Harmonies of #FA110F
Complementary color
Monochromatic Colors of #FA110F
Black with #FA110F
Text Example
Text Example
White with #FA110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA110F; }
p { color: rgb(250,17,15); }
H1.HeaderClassName
{
color: #FA110F;
}
.AnyTagClassName
{
color: #FA110F;
}
</style>
background-color css
<style>
a { background-color: #FA110F; }
a { background-color: rgb(250,17,15); }
div.DivClassName
{
background-color: #FA110F;
}
.BgClassName
{
background-color: #FA110F;
}
</style>
border-color css
<style>
span { border-color: #FA110F; }
span { border-color: rgb(250,17,15); }
td.TdClassName
{
border-color: #FA110F;
}
.TagClassName
{
border-color: #FA110F;
}
</style>