Shades of Torch Red #FB054D
Tints of Torch Red #FB054D
RGB
CMYK
RGB Variations
Color information
#FB054D (or 0xFB054D) is known color: Torch Red. HEX triplet: FB, 05 and 4D. RGB value is (251,5,77). Sum of RGB (Red+Green+Blue) = 251+5+77=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB054D is #04FAB2. Grayscale: #565656. Windows color (decimal): -326323 or 5047803. OLE color: 5047803.
HSL color Cylindrical-coordinate representation of color #FB054D: hue angle of 342.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB054D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.02 |
| HSL | 342.44º | 0.97% | 0.5% | - |
| HSV(B) | 342.44º | 0.98% | 0.98% | - |
| XYZ | 41.18 | 21.15 | 8.93 | - |
| YUV | 86.76 | 122.5 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 77 | 0 | 0.98 | 0.69 | 0.02 | 342.44 | 0.97 | 0.5 |
| Hex | FB | 5 | 4D | 0 | 62 | 45 | 2 | 156 | 61 | 32 |
| Octal | 373 | 5 | 115 | 0 | 142 | 105 | 2 | 526 | 141 | 62 |
| Binary | 11111011 | 101 | 1001101 | 0 | 1100010 | 1000101 | 10 | 101010110 | 1100001 | 110010 |
Color Harmonies of #FB054D
Complementary color
Monochromatic Colors of #FB054D
Black with #FB054D
Text Example
Text Example
White with #FB054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB054D; }
p { color: rgb(251,5,77); }
H1.HeaderClassName
{
color: #FB054D;
}
.AnyTagClassName
{
color: #FB054D;
}
</style>
background-color css
<style>
a { background-color: #FB054D; }
a { background-color: rgb(251,5,77); }
div.DivClassName
{
background-color: #FB054D;
}
.BgClassName
{
background-color: #FB054D;
}
</style>
border-color css
<style>
span { border-color: #FB054D; }
span { border-color: rgb(251,5,77); }
td.TdClassName
{
border-color: #FB054D;
}
.TagClassName
{
border-color: #FB054D;
}
</style>