Shades of Torch Red #FB014B
Tints of Torch Red #FB014B
RGB
CMYK
RGB Variations
Color information
#FB014B (or 0xFB014B) is known color: Torch Red. HEX triplet: FB, 01 and 4B. RGB value is (251,1,75). Sum of RGB (Red+Green+Blue) = 251+1+75=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB014B is #04FEB4. Grayscale: #545454. Windows color (decimal): -327349 or 4915707. OLE color: 4915707.
HSL color Cylindrical-coordinate representation of color #FB014B: hue angle of 342.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB014B is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.02 |
| HSL | 342.24º | 0.99% | 0.49% | - |
| HSV(B) | 342.24º | 1% | 0.98% | - |
| XYZ | 41.06 | 21.04 | 8.55 | - |
| YUV | 84.19 | 122.83 | 246.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 75 | 0 | 1.00 | 0.70 | 0.02 | 342.24 | 0.99 | 0.49 |
| Hex | FB | 1 | 4B | 0 | 64 | 46 | 2 | 156 | 63 | 31 |
| Octal | 373 | 1 | 113 | 0 | 144 | 106 | 2 | 526 | 143 | 61 |
| Binary | 11111011 | 1 | 1001011 | 0 | 1100100 | 1000110 | 10 | 101010110 | 1100011 | 110001 |
Color Harmonies of #FB014B
Complementary color
Monochromatic Colors of #FB014B
Black with #FB014B
Text Example
Text Example
White with #FB014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB014B; }
p { color: rgb(251,1,75); }
H1.HeaderClassName
{
color: #FB014B;
}
.AnyTagClassName
{
color: #FB014B;
}
</style>
background-color css
<style>
a { background-color: #FB014B; }
a { background-color: rgb(251,1,75); }
div.DivClassName
{
background-color: #FB014B;
}
.BgClassName
{
background-color: #FB014B;
}
</style>
border-color css
<style>
span { border-color: #FB014B; }
span { border-color: rgb(251,1,75); }
td.TdClassName
{
border-color: #FB014B;
}
.TagClassName
{
border-color: #FB014B;
}
</style>