Shades of Red #F60803
Tints of Red #F60803
RGB
CMYK
RGB Variations
Color information
#F60803 (or 0xF60803) is known color: Red. HEX triplet: F6, 08 and 03. RGB value is (246,8,3). Sum of RGB (Red+Green+Blue) = 246+8+3=257 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.72% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 246 - color contains mainly: red. Hex color #F60803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60803 is #09F7FC. Grayscale: #4E4E4E. Windows color (decimal): -653309 or 198902. OLE color: 198902.
HSL color Cylindrical-coordinate representation of color #F60803: hue angle of 1.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60803 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.04 |
| HSL | 1.23º | 0.98% | 0.49% | - |
| HSV(B) | 1.23º | 0.99% | 0.96% | - |
| XYZ | 38.11 | 19.77 | 1.89 | - |
| YUV | 78.59 | 85.35 | 247.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 3 | 0 | 0.97 | 0.99 | 0.04 | 1.23 | 0.98 | 0.49 |
| Hex | F6 | 8 | 3 | 0 | 61 | 63 | 4 | 1 | 62 | 31 |
| Octal | 366 | 10 | 3 | 0 | 141 | 143 | 4 | 1 | 142 | 61 |
| Binary | 11110110 | 1000 | 11 | 0 | 1100001 | 1100011 | 100 | 1 | 1100010 | 110001 |
Color Harmonies of #F60803
Complementary color
Monochromatic Colors of #F60803
Black with #F60803
Text Example
Text Example
White with #F60803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60803; }
p { color: rgb(246,8,3); }
H1.HeaderClassName
{
color: #F60803;
}
.AnyTagClassName
{
color: #F60803;
}
</style>
background-color css
<style>
a { background-color: #F60803; }
a { background-color: rgb(246,8,3); }
div.DivClassName
{
background-color: #F60803;
}
.BgClassName
{
background-color: #F60803;
}
</style>
border-color css
<style>
span { border-color: #F60803; }
span { border-color: rgb(246,8,3); }
td.TdClassName
{
border-color: #F60803;
}
.TagClassName
{
border-color: #F60803;
}
</style>