Shades of Red #F60900
Tints of Red #F60900
RGB
CMYK
RGB Variations
Color information
#F60900 (or 0xF60900) is known color: Red. HEX triplet: F6, 09 and 00. RGB value is (246,9,0). Sum of RGB (Red+Green+Blue) = 246+9+0=255 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.47% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 246 - color contains mainly: red. Hex color #F60900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60900 is #09F6FF. Grayscale: #4F4F4F. Windows color (decimal): -653056 or 2550. OLE color: 2550.
HSL color Cylindrical-coordinate representation of color #F60900: hue angle of 2.2º 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 #F60900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.04 |
| HSL | 2.2º | 1% | 0.48% | - |
| HSV(B) | 2.2º | 1% | 0.96% | - |
| XYZ | 38.1 | 19.79 | 1.81 | - |
| YUV | 78.84 | 83.52 | 247.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 0 | 0 | 0.96 | 1 | 0.04 | 2.2 | 1 | 0.48 |
| Hex | F6 | 9 | 0 | 0 | 60 | 64 | 4 | 2 | 64 | 30 |
| Octal | 366 | 11 | 0 | 0 | 140 | 144 | 4 | 2 | 144 | 60 |
| Binary | 11110110 | 1001 | 0 | 0 | 1100000 | 1100100 | 100 | 10 | 1100100 | 110000 |
Color Harmonies of #F60900
Complementary color
Monochromatic Colors of #F60900
Black with #F60900
Text Example
Text Example
White with #F60900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60900; }
p { color: rgb(246,9,0); }
H1.HeaderClassName
{
color: #F60900;
}
.AnyTagClassName
{
color: #F60900;
}
</style>
background-color css
<style>
a { background-color: #F60900; }
a { background-color: rgb(246,9,0); }
div.DivClassName
{
background-color: #F60900;
}
.BgClassName
{
background-color: #F60900;
}
</style>
border-color css
<style>
span { border-color: #F60900; }
span { border-color: rgb(246,9,0); }
td.TdClassName
{
border-color: #F60900;
}
.TagClassName
{
border-color: #F60900;
}
</style>