Shades of Torch Red #F0102B
Tints of Torch Red #F0102B
RGB
CMYK
RGB Variations
Color information
#F0102B (or 0xF0102B) is known color: Torch Red. HEX triplet: F0, 10 and 2B. RGB value is (240,16,43). Sum of RGB (Red+Green+Blue) = 240+16+43=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F0102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0102B is #0FEFD4. Grayscale: #565656. Windows color (decimal): -1044437 or 2822384. OLE color: 2822384.
HSL color Cylindrical-coordinate representation of color #F0102B: hue angle of 352.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0102B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.06 |
| HSL | 352.77º | 0.88% | 0.5% | - |
| HSV(B) | 352.77º | 0.93% | 0.94% | - |
| XYZ | 36.56 | 19.07 | 4.04 | - |
| YUV | 86.05 | 103.71 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 43 | 0 | 0.93 | 0.82 | 0.06 | 352.77 | 0.88 | 0.5 |
| Hex | F0 | 10 | 2B | 0 | 5D | 52 | 6 | 161 | 58 | 32 |
| Octal | 360 | 20 | 53 | 0 | 135 | 122 | 6 | 541 | 130 | 62 |
| Binary | 11110000 | 10000 | 101011 | 0 | 1011101 | 1010010 | 110 | 101100001 | 1011000 | 110010 |
Color Harmonies of #F0102B
Complementary color
Monochromatic Colors of #F0102B
Black with #F0102B
Text Example
Text Example
White with #F0102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0102B; }
p { color: rgb(240,16,43); }
H1.HeaderClassName
{
color: #F0102B;
}
.AnyTagClassName
{
color: #F0102B;
}
</style>
background-color css
<style>
a { background-color: #F0102B; }
a { background-color: rgb(240,16,43); }
div.DivClassName
{
background-color: #F0102B;
}
.BgClassName
{
background-color: #F0102B;
}
</style>
border-color css
<style>
span { border-color: #F0102B; }
span { border-color: rgb(240,16,43); }
td.TdClassName
{
border-color: #F0102B;
}
.TagClassName
{
border-color: #F0102B;
}
</style>