Shades of Torch Red #FF0650
Tints of Torch Red #FF0650
RGB
CMYK
RGB Variations
Color information
#FF0650 (or 0xFF0650) is known color: Torch Red. HEX triplet: FF, 06 and 50. RGB value is (255,6,80). Sum of RGB (Red+Green+Blue) = 255+6+80=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0650 is #00F9AF. Grayscale: #585858. Windows color (decimal): -63920 or 5244671. OLE color: 5244671.
HSL color Cylindrical-coordinate representation of color #FF0650: hue angle of 342.17º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0650 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 80 | - |
| CMYK | 0 | 0.98 | 0.69 | 0 |
| HSL | 342.17º | 1% | 0.51% | - |
| HSV(B) | 342.17º | 0.98% | 1% | - |
| XYZ | 42.75 | 21.97 | 9.58 | - |
| YUV | 88.89 | 122.99 | 246.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 80 | 0 | 0.98 | 0.69 | 0 | 342.17 | 1 | 0.51 |
| Hex | FF | 6 | 50 | 0 | 62 | 45 | 0 | 156 | 64 | 33 |
| Octal | 377 | 6 | 120 | 0 | 142 | 105 | 0 | 526 | 144 | 63 |
| Binary | 11111111 | 110 | 1010000 | 0 | 1100010 | 1000101 | 0 | 101010110 | 1100100 | 110011 |
Color Harmonies of #FF0650
Complementary color
Monochromatic Colors of #FF0650
Black with #FF0650
Text Example
Text Example
White with #FF0650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0650; }
p { color: rgb(255,6,80); }
H1.HeaderClassName
{
color: #FF0650;
}
.AnyTagClassName
{
color: #FF0650;
}
</style>
background-color css
<style>
a { background-color: #FF0650; }
a { background-color: rgb(255,6,80); }
div.DivClassName
{
background-color: #FF0650;
}
.BgClassName
{
background-color: #FF0650;
}
</style>
border-color css
<style>
span { border-color: #FF0650; }
span { border-color: rgb(255,6,80); }
td.TdClassName
{
border-color: #FF0650;
}
.TagClassName
{
border-color: #FF0650;
}
</style>