Shades of Torch Red #FB020F
Tints of Torch Red #FB020F
RGB
CMYK
RGB Variations
Color information
#FB020F (or 0xFB020F) is known color: Torch Red. HEX triplet: FB, 02 and 0F. RGB value is (251,2,15). Sum of RGB (Red+Green+Blue) = 251+2+15=268 (35% of max value = 765). Red value is 251 (98.44% from 255 or 93.66% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 251 - color contains mainly: red. Hex color #FB020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB020F is #04FDF0. Grayscale: #4E4E4E. Windows color (decimal): -327153 or 983803. OLE color: 983803.
HSL color Cylindrical-coordinate representation of color #FB020F: hue angle of 356.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.02 |
| HSL | 356.87º | 0.98% | 0.5% | - |
| HSV(B) | 356.87º | 0.99% | 0.98% | - |
| XYZ | 39.89 | 20.59 | 2.32 | - |
| YUV | 77.93 | 92.49 | 251.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 15 | 0 | 0.99 | 0.94 | 0.02 | 356.87 | 0.98 | 0.5 |
| Hex | FB | 2 | F | 0 | 63 | 5E | 2 | 165 | 62 | 32 |
| Octal | 373 | 2 | 17 | 0 | 143 | 136 | 2 | 545 | 142 | 62 |
| Binary | 11111011 | 10 | 1111 | 0 | 1100011 | 1011110 | 10 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FB020F
Complementary color
Monochromatic Colors of #FB020F
Black with #FB020F
Text Example
Text Example
White with #FB020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB020F; }
p { color: rgb(251,2,15); }
H1.HeaderClassName
{
color: #FB020F;
}
.AnyTagClassName
{
color: #FB020F;
}
</style>
background-color css
<style>
a { background-color: #FB020F; }
a { background-color: rgb(251,2,15); }
div.DivClassName
{
background-color: #FB020F;
}
.BgClassName
{
background-color: #FB020F;
}
</style>
border-color css
<style>
span { border-color: #FB020F; }
span { border-color: rgb(251,2,15); }
td.TdClassName
{
border-color: #FB020F;
}
.TagClassName
{
border-color: #FB020F;
}
</style>