Shades of Red #F61105
Tints of Red #F61105
RGB
CMYK
RGB Variations
Color information
#F61105 (or 0xF61105) is known color: Red. HEX triplet: F6, 11 and 05. RGB value is (246,17,5). Sum of RGB (Red+Green+Blue) = 246+17+5=268 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.79% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 246 - color contains mainly: red. Hex color #F61105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61105 is #09EEFA. Grayscale: #545454. Windows color (decimal): -651003 or 332278. OLE color: 332278.
HSL color Cylindrical-coordinate representation of color #F61105: hue angle of 2.99º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F61105 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.04 |
| HSL | 2.99º | 0.96% | 0.49% | - |
| HSV(B) | 2.99º | 0.98% | 0.96% | - |
| XYZ | 38.23 | 20 | 1.99 | - |
| YUV | 84.1 | 83.37 | 243.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 5 | 0 | 0.93 | 0.98 | 0.04 | 2.99 | 0.96 | 0.49 |
| Hex | F6 | 11 | 5 | 0 | 5D | 62 | 4 | 3 | 60 | 31 |
| Octal | 366 | 21 | 5 | 0 | 135 | 142 | 4 | 3 | 140 | 61 |
| Binary | 11110110 | 10001 | 101 | 0 | 1011101 | 1100010 | 100 | 11 | 1100000 | 110001 |
Color Harmonies of #F61105
Complementary color
Monochromatic Colors of #F61105
Black with #F61105
Text Example
Text Example
White with #F61105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61105; }
p { color: rgb(246,17,5); }
H1.HeaderClassName
{
color: #F61105;
}
.AnyTagClassName
{
color: #F61105;
}
</style>
background-color css
<style>
a { background-color: #F61105; }
a { background-color: rgb(246,17,5); }
div.DivClassName
{
background-color: #F61105;
}
.BgClassName
{
background-color: #F61105;
}
</style>
border-color css
<style>
span { border-color: #F61105; }
span { border-color: rgb(246,17,5); }
td.TdClassName
{
border-color: #F61105;
}
.TagClassName
{
border-color: #F61105;
}
</style>