Shades of Torch Red #FB054A
Tints of Torch Red #FB054A
RGB
CMYK
RGB Variations
Color information
#FB054A (or 0xFB054A) is known color: Torch Red. HEX triplet: FB, 05 and 4A. RGB value is (251,5,74). Sum of RGB (Red+Green+Blue) = 251+5+74=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB054A is #04FAB5. Grayscale: #565656. Windows color (decimal): -326326 or 4851195. OLE color: 4851195.
HSL color Cylindrical-coordinate representation of color #FB054A: hue angle of 343.17º 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 #FB054A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.02 |
| HSL | 343.17º | 0.97% | 0.5% | - |
| HSV(B) | 343.17º | 0.98% | 0.98% | - |
| XYZ | 41.07 | 21.11 | 8.39 | - |
| YUV | 86.42 | 121 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 74 | 0 | 0.98 | 0.71 | 0.02 | 343.17 | 0.97 | 0.5 |
| Hex | FB | 5 | 4A | 0 | 62 | 47 | 2 | 157 | 61 | 32 |
| Octal | 373 | 5 | 112 | 0 | 142 | 107 | 2 | 527 | 141 | 62 |
| Binary | 11111011 | 101 | 1001010 | 0 | 1100010 | 1000111 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #FB054A
Complementary color
Monochromatic Colors of #FB054A
Black with #FB054A
Text Example
Text Example
White with #FB054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB054A; }
p { color: rgb(251,5,74); }
H1.HeaderClassName
{
color: #FB054A;
}
.AnyTagClassName
{
color: #FB054A;
}
</style>
background-color css
<style>
a { background-color: #FB054A; }
a { background-color: rgb(251,5,74); }
div.DivClassName
{
background-color: #FB054A;
}
.BgClassName
{
background-color: #FB054A;
}
</style>
border-color css
<style>
span { border-color: #FB054A; }
span { border-color: rgb(251,5,74); }
td.TdClassName
{
border-color: #FB054A;
}
.TagClassName
{
border-color: #FB054A;
}
</style>