Shades of Red #F60403
Tints of Red #F60403
RGB
CMYK
RGB Variations
Color information
#F60403 (or 0xF60403) is known color: Red. HEX triplet: F6, 04 and 03. RGB value is (246,4,3). Sum of RGB (Red+Green+Blue) = 246+4+3=253 (33% of max value = 765). Red value is 246 (96.48% from 255 or 97.23% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 246 - color contains mainly: red. Hex color #F60403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60403 is #09FBFC. Grayscale: #4C4C4C. Windows color (decimal): -654333 or 197878. OLE color: 197878.
HSL color Cylindrical-coordinate representation of color #F60403: hue angle of 0.25º 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 #F60403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.04 |
| HSL | 0.25º | 0.98% | 0.49% | - |
| HSV(B) | 0.25º | 0.99% | 0.96% | - |
| XYZ | 38.07 | 19.69 | 1.88 | - |
| YUV | 76.24 | 86.67 | 249.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 3 | 0 | 0.98 | 0.99 | 0.04 | 0.25 | 0.98 | 0.49 |
| Hex | F6 | 4 | 3 | 0 | 62 | 63 | 4 | 0 | 62 | 31 |
| Octal | 366 | 4 | 3 | 0 | 142 | 143 | 4 | 0 | 142 | 61 |
| Binary | 11110110 | 100 | 11 | 0 | 1100010 | 1100011 | 100 | 0 | 1100010 | 110001 |
Color Harmonies of #F60403
Complementary color
Monochromatic Colors of #F60403
Black with #F60403
Text Example
Text Example
White with #F60403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60403; }
p { color: rgb(246,4,3); }
H1.HeaderClassName
{
color: #F60403;
}
.AnyTagClassName
{
color: #F60403;
}
</style>
background-color css
<style>
a { background-color: #F60403; }
a { background-color: rgb(246,4,3); }
div.DivClassName
{
background-color: #F60403;
}
.BgClassName
{
background-color: #F60403;
}
</style>
border-color css
<style>
span { border-color: #F60403; }
span { border-color: rgb(246,4,3); }
td.TdClassName
{
border-color: #F60403;
}
.TagClassName
{
border-color: #F60403;
}
</style>