Shades of Red #F60505
Tints of Red #F60505
RGB
CMYK
RGB Variations
Color information
#F60505 (or 0xF60505) is known color: Red. HEX triplet: F6, 05 and 05. RGB value is (246,5,5). Sum of RGB (Red+Green+Blue) = 246+5+5=256 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.09% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 246 - color contains mainly: red. Hex color #F60505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60505 is #09FAFA. Grayscale: #4D4D4D. Windows color (decimal): -654075 or 329206. OLE color: 329206.
HSL color Cylindrical-coordinate representation of color #F60505: hue angle of 0º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.04 |
| HSL | 0º | 0.96% | 0.49% | - |
| HSV(B) | 0º | 0.98% | 0.96% | - |
| XYZ | 38.09 | 19.71 | 1.94 | - |
| YUV | 77.06 | 87.34 | 248.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 5 | 0 | 0.98 | 0.98 | 0.04 | 0 | 0.96 | 0.49 |
| Hex | F6 | 5 | 5 | 0 | 62 | 62 | 4 | 0 | 60 | 31 |
| Octal | 366 | 5 | 5 | 0 | 142 | 142 | 4 | 0 | 140 | 61 |
| Binary | 11110110 | 101 | 101 | 0 | 1100010 | 1100010 | 100 | 0 | 1100000 | 110001 |
Color Harmonies of #F60505
Complementary color
Monochromatic Colors of #F60505
Black with #F60505
Text Example
Text Example
White with #F60505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60505; }
p { color: rgb(246,5,5); }
H1.HeaderClassName
{
color: #F60505;
}
.AnyTagClassName
{
color: #F60505;
}
</style>
background-color css
<style>
a { background-color: #F60505; }
a { background-color: rgb(246,5,5); }
div.DivClassName
{
background-color: #F60505;
}
.BgClassName
{
background-color: #F60505;
}
</style>
border-color css
<style>
span { border-color: #F60505; }
span { border-color: rgb(246,5,5); }
td.TdClassName
{
border-color: #F60505;
}
.TagClassName
{
border-color: #F60505;
}
</style>