Shades of Torch Red #FB0A4D
Tints of Torch Red #FB0A4D
RGB
CMYK
RGB Variations
Color information
#FB0A4D (or 0xFB0A4D) is known color: Torch Red. HEX triplet: FB, 0A and 4D. RGB value is (251,10,77). Sum of RGB (Red+Green+Blue) = 251+10+77=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0A4D is #04F5B2. Grayscale: #595959. Windows color (decimal): -325043 or 5049083. OLE color: 5049083.
HSL color Cylindrical-coordinate representation of color #FB0A4D: hue angle of 343.32º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.02 |
| HSL | 343.32º | 0.97% | 0.51% | - |
| HSV(B) | 343.32º | 0.96% | 0.98% | - |
| XYZ | 41.23 | 21.26 | 8.95 | - |
| YUV | 89.7 | 120.84 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 77 | 0 | 0.96 | 0.69 | 0.02 | 343.32 | 0.97 | 0.51 |
| Hex | FB | A | 4D | 0 | 60 | 45 | 2 | 157 | 61 | 33 |
| Octal | 373 | 12 | 115 | 0 | 140 | 105 | 2 | 527 | 141 | 63 |
| Binary | 11111011 | 1010 | 1001101 | 0 | 1100000 | 1000101 | 10 | 101010111 | 1100001 | 110011 |
Color Harmonies of #FB0A4D
Complementary color
Monochromatic Colors of #FB0A4D
Black with #FB0A4D
Text Example
Text Example
White with #FB0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A4D; }
p { color: rgb(251,10,77); }
H1.HeaderClassName
{
color: #FB0A4D;
}
.AnyTagClassName
{
color: #FB0A4D;
}
</style>
background-color css
<style>
a { background-color: #FB0A4D; }
a { background-color: rgb(251,10,77); }
div.DivClassName
{
background-color: #FB0A4D;
}
.BgClassName
{
background-color: #FB0A4D;
}
</style>
border-color css
<style>
span { border-color: #FB0A4D; }
span { border-color: rgb(251,10,77); }
td.TdClassName
{
border-color: #FB0A4D;
}
.TagClassName
{
border-color: #FB0A4D;
}
</style>