Shades of Red #F60703
Tints of Red #F60703
RGB
CMYK
RGB Variations
Color information
#F60703 (or 0xF60703) is known color: Red. HEX triplet: F6, 07 and 03. RGB value is (246,7,3). Sum of RGB (Red+Green+Blue) = 246+7+3=256 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.09% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 246 - color contains mainly: red. Hex color #F60703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60703 is #09F8FC. Grayscale: #4E4E4E. Windows color (decimal): -653565 or 198646. OLE color: 198646.
HSL color Cylindrical-coordinate representation of color #F60703: hue angle of 0.99º 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 #F60703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.04 |
| HSL | 0.99º | 0.98% | 0.49% | - |
| HSV(B) | 0.99º | 0.99% | 0.96% | - |
| XYZ | 38.1 | 19.75 | 1.89 | - |
| YUV | 78.01 | 85.68 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 3 | 0 | 0.97 | 0.99 | 0.04 | 0.99 | 0.98 | 0.49 |
| Hex | F6 | 7 | 3 | 0 | 61 | 63 | 4 | 1 | 62 | 31 |
| Octal | 366 | 7 | 3 | 0 | 141 | 143 | 4 | 1 | 142 | 61 |
| Binary | 11110110 | 111 | 11 | 0 | 1100001 | 1100011 | 100 | 1 | 1100010 | 110001 |
Color Harmonies of #F60703
Complementary color
Monochromatic Colors of #F60703
Black with #F60703
Text Example
Text Example
White with #F60703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60703; }
p { color: rgb(246,7,3); }
H1.HeaderClassName
{
color: #F60703;
}
.AnyTagClassName
{
color: #F60703;
}
</style>
background-color css
<style>
a { background-color: #F60703; }
a { background-color: rgb(246,7,3); }
div.DivClassName
{
background-color: #F60703;
}
.BgClassName
{
background-color: #F60703;
}
</style>
border-color css
<style>
span { border-color: #F60703; }
span { border-color: rgb(246,7,3); }
td.TdClassName
{
border-color: #F60703;
}
.TagClassName
{
border-color: #F60703;
}
</style>