Shades of Torch Red #FB104A
Tints of Torch Red #FB104A
RGB
CMYK
RGB Variations
Color information
#FB104A (or 0xFB104A) is known color: Torch Red. HEX triplet: FB, 10 and 4A. RGB value is (251,16,74). Sum of RGB (Red+Green+Blue) = 251+16+74=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB104A is #04EFB5. Grayscale: #5C5C5C. Windows color (decimal): -323510 or 4854011. OLE color: 4854011.
HSL color Cylindrical-coordinate representation of color #FB104A: hue angle of 345.19º 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 #FB104A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 74 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.02 |
| HSL | 345.19º | 0.97% | 0.52% | - |
| HSV(B) | 345.19º | 0.94% | 0.98% | - |
| XYZ | 41.2 | 21.37 | 8.43 | - |
| YUV | 92.88 | 117.36 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 74 | 0 | 0.94 | 0.71 | 0.02 | 345.19 | 0.97 | 0.52 |
| Hex | FB | 10 | 4A | 0 | 5E | 47 | 2 | 159 | 61 | 34 |
| Octal | 373 | 20 | 112 | 0 | 136 | 107 | 2 | 531 | 141 | 64 |
| Binary | 11111011 | 10000 | 1001010 | 0 | 1011110 | 1000111 | 10 | 101011001 | 1100001 | 110100 |
Color Harmonies of #FB104A
Complementary color
Monochromatic Colors of #FB104A
Black with #FB104A
Text Example
Text Example
White with #FB104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB104A; }
p { color: rgb(251,16,74); }
H1.HeaderClassName
{
color: #FB104A;
}
.AnyTagClassName
{
color: #FB104A;
}
</style>
background-color css
<style>
a { background-color: #FB104A; }
a { background-color: rgb(251,16,74); }
div.DivClassName
{
background-color: #FB104A;
}
.BgClassName
{
background-color: #FB104A;
}
</style>
border-color css
<style>
span { border-color: #FB104A; }
span { border-color: rgb(251,16,74); }
td.TdClassName
{
border-color: #FB104A;
}
.TagClassName
{
border-color: #FB104A;
}
</style>