Shades of Torch Red #FB124B
Tints of Torch Red #FB124B
RGB
CMYK
RGB Variations
Color information
#FB124B (or 0xFB124B) is known color: Torch Red. HEX triplet: FB, 12 and 4B. RGB value is (251,18,75). Sum of RGB (Red+Green+Blue) = 251+18+75=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB124B is #04EDB4. Grayscale: #5E5E5E. Windows color (decimal): -322997 or 4920059. OLE color: 4920059.
HSL color Cylindrical-coordinate representation of color #FB124B: hue angle of 345.32º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB124B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 75 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.02 |
| HSL | 345.32º | 0.97% | 0.53% | - |
| HSV(B) | 345.32º | 0.93% | 0.98% | - |
| XYZ | 41.27 | 21.45 | 8.62 | - |
| YUV | 94.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 75 | 0 | 0.93 | 0.70 | 0.02 | 345.32 | 0.97 | 0.53 |
| Hex | FB | 12 | 4B | 0 | 5D | 46 | 2 | 159 | 61 | 35 |
| Octal | 373 | 22 | 113 | 0 | 135 | 106 | 2 | 531 | 141 | 65 |
| Binary | 11111011 | 10010 | 1001011 | 0 | 1011101 | 1000110 | 10 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FB124B
Complementary color
Monochromatic Colors of #FB124B
Black with #FB124B
Text Example
Text Example
White with #FB124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB124B; }
p { color: rgb(251,18,75); }
H1.HeaderClassName
{
color: #FB124B;
}
.AnyTagClassName
{
color: #FB124B;
}
</style>
background-color css
<style>
a { background-color: #FB124B; }
a { background-color: rgb(251,18,75); }
div.DivClassName
{
background-color: #FB124B;
}
.BgClassName
{
background-color: #FB124B;
}
</style>
border-color css
<style>
span { border-color: #FB124B; }
span { border-color: rgb(251,18,75); }
td.TdClassName
{
border-color: #FB124B;
}
.TagClassName
{
border-color: #FB124B;
}
</style>