Shades of Torch Red #F0063B
Tints of Torch Red #F0063B
RGB
CMYK
RGB Variations
Color information
#F0063B (or 0xF0063B) is known color: Torch Red. HEX triplet: F0, 06 and 3B. RGB value is (240,6,59). Sum of RGB (Red+Green+Blue) = 240+6+59=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0063B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0063B is #0FF9C4. Grayscale: #525252. Windows color (decimal): -1046981 or 3868400. OLE color: 3868400.
HSL color Cylindrical-coordinate representation of color #F0063B: hue angle of 346.41º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0063B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 59 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.06 |
| HSL | 346.41º | 0.95% | 0.48% | - |
| HSV(B) | 346.41º | 0.98% | 0.94% | - |
| XYZ | 36.79 | 18.97 | 5.86 | - |
| YUV | 82.01 | 115.02 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 59 | 0 | 0.98 | 0.75 | 0.06 | 346.41 | 0.95 | 0.48 |
| Hex | F0 | 6 | 3B | 0 | 62 | 4B | 6 | 15A | 5F | 30 |
| Octal | 360 | 6 | 73 | 0 | 142 | 113 | 6 | 532 | 137 | 60 |
| Binary | 11110000 | 110 | 111011 | 0 | 1100010 | 1001011 | 110 | 101011010 | 1011111 | 110000 |
Color Harmonies of #F0063B
Complementary color
Monochromatic Colors of #F0063B
Black with #F0063B
Text Example
Text Example
White with #F0063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0063B; }
p { color: rgb(240,6,59); }
H1.HeaderClassName
{
color: #F0063B;
}
.AnyTagClassName
{
color: #F0063B;
}
</style>
background-color css
<style>
a { background-color: #F0063B; }
a { background-color: rgb(240,6,59); }
div.DivClassName
{
background-color: #F0063B;
}
.BgClassName
{
background-color: #F0063B;
}
</style>
border-color css
<style>
span { border-color: #F0063B; }
span { border-color: rgb(240,6,59); }
td.TdClassName
{
border-color: #F0063B;
}
.TagClassName
{
border-color: #F0063B;
}
</style>