Shades of Torch Red #FB0F45
Tints of Torch Red #FB0F45
RGB
CMYK
RGB Variations
Color information
#FB0F45 (or 0xFB0F45) is known color: Torch Red. HEX triplet: FB, 0F and 45. RGB value is (251,15,69). Sum of RGB (Red+Green+Blue) = 251+15+69=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F45 is #04F0BA. Grayscale: #5B5B5B. Windows color (decimal): -323771 or 4526075. OLE color: 4526075.
HSL color Cylindrical-coordinate representation of color #FB0F45: hue angle of 346.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0F45 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 69 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.02 |
| HSL | 346.27º | 0.97% | 0.52% | - |
| HSV(B) | 346.27º | 0.94% | 0.98% | - |
| XYZ | 41.03 | 21.28 | 7.58 | - |
| YUV | 91.72 | 115.19 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 69 | 0 | 0.94 | 0.73 | 0.02 | 346.27 | 0.97 | 0.52 |
| Hex | FB | F | 45 | 0 | 5E | 49 | 2 | 15A | 61 | 34 |
| Octal | 373 | 17 | 105 | 0 | 136 | 111 | 2 | 532 | 141 | 64 |
| Binary | 11111011 | 1111 | 1000101 | 0 | 1011110 | 1001001 | 10 | 101011010 | 1100001 | 110100 |
Color Harmonies of #FB0F45
Complementary color
Monochromatic Colors of #FB0F45
Black with #FB0F45
Text Example
Text Example
White with #FB0F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F45; }
p { color: rgb(251,15,69); }
H1.HeaderClassName
{
color: #FB0F45;
}
.AnyTagClassName
{
color: #FB0F45;
}
</style>
background-color css
<style>
a { background-color: #FB0F45; }
a { background-color: rgb(251,15,69); }
div.DivClassName
{
background-color: #FB0F45;
}
.BgClassName
{
background-color: #FB0F45;
}
</style>
border-color css
<style>
span { border-color: #FB0F45; }
span { border-color: rgb(251,15,69); }
td.TdClassName
{
border-color: #FB0F45;
}
.TagClassName
{
border-color: #FB0F45;
}
</style>