Shades of Red #F61206
Tints of Red #F61206
RGB
CMYK
RGB Variations
Color information
#F61206 (or 0xF61206) is known color: Red. HEX triplet: F6, 12 and 06. RGB value is (246,18,6). Sum of RGB (Red+Green+Blue) = 246+18+6=270 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.11% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 246 - color contains mainly: red. Hex color #F61206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61206 is #09EDF9. Grayscale: #555555. Windows color (decimal): -650746 or 398070. OLE color: 398070.
HSL color Cylindrical-coordinate representation of color #F61206: hue angle of 3º degrees, saturation: 0.95, 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 #F61206 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 6 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.04 |
| HSL | 3º | 0.95% | 0.49% | - |
| HSV(B) | 3º | 0.98% | 0.96% | - |
| XYZ | 38.26 | 20.04 | 2.02 | - |
| YUV | 84.8 | 83.54 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 6 | 0 | 0.93 | 0.98 | 0.04 | 3 | 0.95 | 0.49 |
| Hex | F6 | 12 | 6 | 0 | 5D | 62 | 4 | 3 | 5F | 31 |
| Octal | 366 | 22 | 6 | 0 | 135 | 142 | 4 | 3 | 137 | 61 |
| Binary | 11110110 | 10010 | 110 | 0 | 1011101 | 1100010 | 100 | 11 | 1011111 | 110001 |
Color Harmonies of #F61206
Complementary color
Monochromatic Colors of #F61206
Black with #F61206
Text Example
Text Example
White with #F61206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61206; }
p { color: rgb(246,18,6); }
H1.HeaderClassName
{
color: #F61206;
}
.AnyTagClassName
{
color: #F61206;
}
</style>
background-color css
<style>
a { background-color: #F61206; }
a { background-color: rgb(246,18,6); }
div.DivClassName
{
background-color: #F61206;
}
.BgClassName
{
background-color: #F61206;
}
</style>
border-color css
<style>
span { border-color: #F61206; }
span { border-color: rgb(246,18,6); }
td.TdClassName
{
border-color: #F61206;
}
.TagClassName
{
border-color: #F61206;
}
</style>