Shades of Red #F61002
Tints of Red #F61002
RGB
CMYK
RGB Variations
Color information
#F61002 (or 0xF61002) is known color: Red. HEX triplet: F6, 10 and 02. RGB value is (246,16,2). Sum of RGB (Red+Green+Blue) = 246+16+2=264 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.18% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 246 - color contains mainly: red. Hex color #F61002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61002 is #09EFFD. Grayscale: #535353. Windows color (decimal): -651262 or 135414. OLE color: 135414.
HSL color Cylindrical-coordinate representation of color #F61002: hue angle of 3.44º 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 #F61002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.04 |
| HSL | 3.44º | 0.98% | 0.49% | - |
| HSV(B) | 3.44º | 0.99% | 0.96% | - |
| XYZ | 38.2 | 19.97 | 1.9 | - |
| YUV | 83.17 | 82.2 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 2 | 0 | 0.93 | 0.99 | 0.04 | 3.44 | 0.98 | 0.49 |
| Hex | F6 | 10 | 2 | 0 | 5D | 63 | 4 | 3 | 62 | 31 |
| Octal | 366 | 20 | 2 | 0 | 135 | 143 | 4 | 3 | 142 | 61 |
| Binary | 11110110 | 10000 | 10 | 0 | 1011101 | 1100011 | 100 | 11 | 1100010 | 110001 |
Color Harmonies of #F61002
Complementary color
Monochromatic Colors of #F61002
Black with #F61002
Text Example
Text Example
White with #F61002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61002; }
p { color: rgb(246,16,2); }
H1.HeaderClassName
{
color: #F61002;
}
.AnyTagClassName
{
color: #F61002;
}
</style>
background-color css
<style>
a { background-color: #F61002; }
a { background-color: rgb(246,16,2); }
div.DivClassName
{
background-color: #F61002;
}
.BgClassName
{
background-color: #F61002;
}
</style>
border-color css
<style>
span { border-color: #F61002; }
span { border-color: rgb(246,16,2); }
td.TdClassName
{
border-color: #F61002;
}
.TagClassName
{
border-color: #F61002;
}
</style>