Shades of Torch Red #FB024B
Tints of Torch Red #FB024B
RGB
CMYK
RGB Variations
Color information
#FB024B (or 0xFB024B) is known color: Torch Red. HEX triplet: FB, 02 and 4B. RGB value is (251,2,75). Sum of RGB (Red+Green+Blue) = 251+2+75=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB024B is #04FDB4. Grayscale: #545454. Windows color (decimal): -327093 or 4915963. OLE color: 4915963.
HSL color Cylindrical-coordinate representation of color #FB024B: hue angle of 342.41º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB024B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.02 |
| HSL | 342.41º | 0.98% | 0.5% | - |
| HSV(B) | 342.41º | 0.99% | 0.98% | - |
| XYZ | 41.08 | 21.06 | 8.56 | - |
| YUV | 84.77 | 122.49 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 75 | 0 | 0.99 | 0.70 | 0.02 | 342.41 | 0.98 | 0.5 |
| Hex | FB | 2 | 4B | 0 | 63 | 46 | 2 | 156 | 62 | 32 |
| Octal | 373 | 2 | 113 | 0 | 143 | 106 | 2 | 526 | 142 | 62 |
| Binary | 11111011 | 10 | 1001011 | 0 | 1100011 | 1000110 | 10 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FB024B
Complementary color
Monochromatic Colors of #FB024B
Black with #FB024B
Text Example
Text Example
White with #FB024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB024B; }
p { color: rgb(251,2,75); }
H1.HeaderClassName
{
color: #FB024B;
}
.AnyTagClassName
{
color: #FB024B;
}
</style>
background-color css
<style>
a { background-color: #FB024B; }
a { background-color: rgb(251,2,75); }
div.DivClassName
{
background-color: #FB024B;
}
.BgClassName
{
background-color: #FB024B;
}
</style>
border-color css
<style>
span { border-color: #FB024B; }
span { border-color: rgb(251,2,75); }
td.TdClassName
{
border-color: #FB024B;
}
.TagClassName
{
border-color: #FB024B;
}
</style>