Shades of Torch Red #FB1350
Tints of Torch Red #FB1350
RGB
CMYK
RGB Variations
Color information
#FB1350 (or 0xFB1350) is known color: Torch Red. HEX triplet: FB, 13 and 50. RGB value is (251,19,80). Sum of RGB (Red+Green+Blue) = 251+19+80=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1350 is #04ECAF. Grayscale: #5F5F5F. Windows color (decimal): -322736 or 5247995. OLE color: 5247995.
HSL color Cylindrical-coordinate representation of color #FB1350: hue angle of 344.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1350 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 80 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.02 |
| HSL | 344.22º | 0.97% | 0.53% | - |
| HSV(B) | 344.22º | 0.92% | 0.98% | - |
| XYZ | 41.46 | 21.55 | 9.56 | - |
| YUV | 95.32 | 119.36 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 80 | 0 | 0.92 | 0.68 | 0.02 | 344.22 | 0.97 | 0.53 |
| Hex | FB | 13 | 50 | 0 | 5C | 44 | 2 | 158 | 61 | 35 |
| Octal | 373 | 23 | 120 | 0 | 134 | 104 | 2 | 530 | 141 | 65 |
| Binary | 11111011 | 10011 | 1010000 | 0 | 1011100 | 1000100 | 10 | 101011000 | 1100001 | 110101 |
Color Harmonies of #FB1350
Complementary color
Monochromatic Colors of #FB1350
Black with #FB1350
Text Example
Text Example
White with #FB1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1350; }
p { color: rgb(251,19,80); }
H1.HeaderClassName
{
color: #FB1350;
}
.AnyTagClassName
{
color: #FB1350;
}
</style>
background-color css
<style>
a { background-color: #FB1350; }
a { background-color: rgb(251,19,80); }
div.DivClassName
{
background-color: #FB1350;
}
.BgClassName
{
background-color: #FB1350;
}
</style>
border-color css
<style>
span { border-color: #FB1350; }
span { border-color: rgb(251,19,80); }
td.TdClassName
{
border-color: #FB1350;
}
.TagClassName
{
border-color: #FB1350;
}
</style>