Shades of Red #F60D00
Tints of Red #F60D00
RGB
CMYK
RGB Variations
Color information
#F60D00 (or 0xF60D00) is known color: Red. HEX triplet: F6, 0D and 00. RGB value is (246,13,0). Sum of RGB (Red+Green+Blue) = 246+13+0=259 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.98% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60D00 is #09F2FF. Grayscale: #515151. Windows color (decimal): -652032 or 3574. OLE color: 3574.
HSL color Cylindrical-coordinate representation of color #F60D00: hue angle of 3.17º 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 #F60D00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.04 |
| HSL | 3.17º | 1% | 0.48% | - |
| HSV(B) | 3.17º | 1% | 0.96% | - |
| XYZ | 38.15 | 19.88 | 1.83 | - |
| YUV | 81.19 | 82.19 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 0 | 0 | 0.95 | 1 | 0.04 | 3.17 | 1 | 0.48 |
| Hex | F6 | D | 0 | 0 | 5F | 64 | 4 | 3 | 64 | 30 |
| Octal | 366 | 15 | 0 | 0 | 137 | 144 | 4 | 3 | 144 | 60 |
| Binary | 11110110 | 1101 | 0 | 0 | 1011111 | 1100100 | 100 | 11 | 1100100 | 110000 |
Color Harmonies of #F60D00
Complementary color
Monochromatic Colors of #F60D00
Black with #F60D00
Text Example
Text Example
White with #F60D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D00; }
p { color: rgb(246,13,0); }
H1.HeaderClassName
{
color: #F60D00;
}
.AnyTagClassName
{
color: #F60D00;
}
</style>
background-color css
<style>
a { background-color: #F60D00; }
a { background-color: rgb(246,13,0); }
div.DivClassName
{
background-color: #F60D00;
}
.BgClassName
{
background-color: #F60D00;
}
</style>
border-color css
<style>
span { border-color: #F60D00; }
span { border-color: rgb(246,13,0); }
td.TdClassName
{
border-color: #F60D00;
}
.TagClassName
{
border-color: #F60D00;
}
</style>