Shades of Torch Red #F6023F
Tints of Torch Red #F6023F
RGB
CMYK
RGB Variations
Color information
#F6023F (or 0xF6023F) is known color: Torch Red. HEX triplet: F6, 02 and 3F. RGB value is (246,2,63). Sum of RGB (Red+Green+Blue) = 246+2+63=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F6023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6023F is #09FDC0. Grayscale: #515151. Windows color (decimal): -654785 or 4129526. OLE color: 4129526.
HSL color Cylindrical-coordinate representation of color #F6023F: hue angle of 345º 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 #F6023F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.04 |
| HSL | 345º | 0.98% | 0.49% | - |
| HSV(B) | 345º | 0.99% | 0.96% | - |
| XYZ | 38.92 | 20 | 6.51 | - |
| YUV | 81.91 | 117.34 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 63 | 0 | 0.99 | 0.74 | 0.04 | 345 | 0.98 | 0.49 |
| Hex | F6 | 2 | 3F | 0 | 63 | 4A | 4 | 159 | 62 | 31 |
| Octal | 366 | 2 | 77 | 0 | 143 | 112 | 4 | 531 | 142 | 61 |
| Binary | 11110110 | 10 | 111111 | 0 | 1100011 | 1001010 | 100 | 101011001 | 1100010 | 110001 |
Color Harmonies of #F6023F
Complementary color
Monochromatic Colors of #F6023F
Black with #F6023F
Text Example
Text Example
White with #F6023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6023F; }
p { color: rgb(246,2,63); }
H1.HeaderClassName
{
color: #F6023F;
}
.AnyTagClassName
{
color: #F6023F;
}
</style>
background-color css
<style>
a { background-color: #F6023F; }
a { background-color: rgb(246,2,63); }
div.DivClassName
{
background-color: #F6023F;
}
.BgClassName
{
background-color: #F6023F;
}
</style>
border-color css
<style>
span { border-color: #F6023F; }
span { border-color: rgb(246,2,63); }
td.TdClassName
{
border-color: #F6023F;
}
.TagClassName
{
border-color: #F6023F;
}
</style>