Shades of Red #F60908
Tints of Red #F60908
RGB
CMYK
RGB Variations
Color information
#F60908 (or 0xF60908) is known color: Red. HEX triplet: F6, 09 and 08. RGB value is (246,9,8). Sum of RGB (Red+Green+Blue) = 246+9+8=263 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.54% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 246 - color contains mainly: red. Hex color #F60908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60908 is #09F6F7. Grayscale: #4F4F4F. Windows color (decimal): -653048 or 526838. OLE color: 526838.
HSL color Cylindrical-coordinate representation of color #F60908: hue angle of 0.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60908 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.04 |
| HSL | 0.25º | 0.94% | 0.5% | - |
| HSV(B) | 0.25º | 0.97% | 0.96% | - |
| XYZ | 38.15 | 19.81 | 2.04 | - |
| YUV | 79.75 | 87.52 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 8 | 0 | 0.96 | 0.97 | 0.04 | 0.25 | 0.94 | 0.5 |
| Hex | F6 | 9 | 8 | 0 | 60 | 61 | 4 | 0 | 5E | 32 |
| Octal | 366 | 11 | 10 | 0 | 140 | 141 | 4 | 0 | 136 | 62 |
| Binary | 11110110 | 1001 | 1000 | 0 | 1100000 | 1100001 | 100 | 0 | 1011110 | 110010 |
Color Harmonies of #F60908
Complementary color
Monochromatic Colors of #F60908
Black with #F60908
Text Example
Text Example
White with #F60908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60908; }
p { color: rgb(246,9,8); }
H1.HeaderClassName
{
color: #F60908;
}
.AnyTagClassName
{
color: #F60908;
}
</style>
background-color css
<style>
a { background-color: #F60908; }
a { background-color: rgb(246,9,8); }
div.DivClassName
{
background-color: #F60908;
}
.BgClassName
{
background-color: #F60908;
}
</style>
border-color css
<style>
span { border-color: #F60908; }
span { border-color: rgb(246,9,8); }
td.TdClassName
{
border-color: #F60908;
}
.TagClassName
{
border-color: #F60908;
}
</style>