Shades of Torch Red #FB104C
Tints of Torch Red #FB104C
RGB
CMYK
RGB Variations
Color information
#FB104C (or 0xFB104C) is known color: Torch Red. HEX triplet: FB, 10 and 4C. RGB value is (251,16,76). Sum of RGB (Red+Green+Blue) = 251+16+76=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB104C is #04EFB3. Grayscale: #5D5D5D. Windows color (decimal): -323508 or 4985083. OLE color: 4985083.
HSL color Cylindrical-coordinate representation of color #FB104C: hue angle of 344.68º 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 #FB104C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 76 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.02 |
| HSL | 344.68º | 0.97% | 0.52% | - |
| HSV(B) | 344.68º | 0.94% | 0.98% | - |
| XYZ | 41.27 | 21.4 | 8.79 | - |
| YUV | 93.11 | 118.36 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 76 | 0 | 0.94 | 0.70 | 0.02 | 344.68 | 0.97 | 0.52 |
| Hex | FB | 10 | 4C | 0 | 5E | 46 | 2 | 159 | 61 | 34 |
| Octal | 373 | 20 | 114 | 0 | 136 | 106 | 2 | 531 | 141 | 64 |
| Binary | 11111011 | 10000 | 1001100 | 0 | 1011110 | 1000110 | 10 | 101011001 | 1100001 | 110100 |
Color Harmonies of #FB104C
Complementary color
Monochromatic Colors of #FB104C
Black with #FB104C
Text Example
Text Example
White with #FB104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB104C; }
p { color: rgb(251,16,76); }
H1.HeaderClassName
{
color: #FB104C;
}
.AnyTagClassName
{
color: #FB104C;
}
</style>
background-color css
<style>
a { background-color: #FB104C; }
a { background-color: rgb(251,16,76); }
div.DivClassName
{
background-color: #FB104C;
}
.BgClassName
{
background-color: #FB104C;
}
</style>
border-color css
<style>
span { border-color: #FB104C; }
span { border-color: rgb(251,16,76); }
td.TdClassName
{
border-color: #FB104C;
}
.TagClassName
{
border-color: #FB104C;
}
</style>