Shades of Torch Red #FB014A
Tints of Torch Red #FB014A
RGB
CMYK
RGB Variations
Color information
#FB014A (or 0xFB014A) is known color: Torch Red. HEX triplet: FB, 01 and 4A. RGB value is (251,1,74). Sum of RGB (Red+Green+Blue) = 251+1+74=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB014A is #04FEB5. Grayscale: #545454. Windows color (decimal): -327350 or 4850171. OLE color: 4850171.
HSL color Cylindrical-coordinate representation of color #FB014A: hue angle of 342.48º 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 #FB014A is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.02 |
| HSL | 342.48º | 0.99% | 0.49% | - |
| HSV(B) | 342.48º | 1% | 0.98% | - |
| XYZ | 41.03 | 21.03 | 8.37 | - |
| YUV | 84.07 | 122.33 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 74 | 0 | 1.00 | 0.71 | 0.02 | 342.48 | 0.99 | 0.49 |
| Hex | FB | 1 | 4A | 0 | 64 | 47 | 2 | 156 | 63 | 31 |
| Octal | 373 | 1 | 112 | 0 | 144 | 107 | 2 | 526 | 143 | 61 |
| Binary | 11111011 | 1 | 1001010 | 0 | 1100100 | 1000111 | 10 | 101010110 | 1100011 | 110001 |
Color Harmonies of #FB014A
Complementary color
Monochromatic Colors of #FB014A
Black with #FB014A
Text Example
Text Example
White with #FB014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB014A; }
p { color: rgb(251,1,74); }
H1.HeaderClassName
{
color: #FB014A;
}
.AnyTagClassName
{
color: #FB014A;
}
</style>
background-color css
<style>
a { background-color: #FB014A; }
a { background-color: rgb(251,1,74); }
div.DivClassName
{
background-color: #FB014A;
}
.BgClassName
{
background-color: #FB014A;
}
</style>
border-color css
<style>
span { border-color: #FB014A; }
span { border-color: rgb(251,1,74); }
td.TdClassName
{
border-color: #FB014A;
}
.TagClassName
{
border-color: #FB014A;
}
</style>