Shades of Red #F60F00
Tints of Red #F60F00
RGB
CMYK
RGB Variations
Color information
#F60F00 (or 0xF60F00) is known color: Red. HEX triplet: F6, 0F and 00. RGB value is (246,15,0). Sum of RGB (Red+Green+Blue) = 246+15+0=261 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.25% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60F00 is #09F0FF. Grayscale: #525252. Windows color (decimal): -651520 or 4086. OLE color: 4086.
HSL color Cylindrical-coordinate representation of color #F60F00: hue angle of 3.66º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.04 |
| HSL | 3.66º | 1% | 0.48% | - |
| HSV(B) | 3.66º | 1% | 0.96% | - |
| XYZ | 38.18 | 19.93 | 1.84 | - |
| YUV | 82.36 | 81.53 | 244.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 0 | 0 | 0.94 | 1 | 0.04 | 3.66 | 1 | 0.48 |
| Hex | F6 | F | 0 | 0 | 5E | 64 | 4 | 4 | 64 | 30 |
| Octal | 366 | 17 | 0 | 0 | 136 | 144 | 4 | 4 | 144 | 60 |
| Binary | 11110110 | 1111 | 0 | 0 | 1011110 | 1100100 | 100 | 100 | 1100100 | 110000 |
Color Harmonies of #F60F00
Complementary color
Monochromatic Colors of #F60F00
Black with #F60F00
Text Example
Text Example
White with #F60F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60F00; }
p { color: rgb(246,15,0); }
H1.HeaderClassName
{
color: #F60F00;
}
.AnyTagClassName
{
color: #F60F00;
}
</style>
background-color css
<style>
a { background-color: #F60F00; }
a { background-color: rgb(246,15,0); }
div.DivClassName
{
background-color: #F60F00;
}
.BgClassName
{
background-color: #F60F00;
}
</style>
border-color css
<style>
span { border-color: #F60F00; }
span { border-color: rgb(246,15,0); }
td.TdClassName
{
border-color: #F60F00;
}
.TagClassName
{
border-color: #F60F00;
}
</style>