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