Shades of Torch Red #FB0C4E
Tints of Torch Red #FB0C4E
RGB
CMYK
RGB Variations
Color information
#FB0C4E (or 0xFB0C4E) is known color: Torch Red. HEX triplet: FB, 0C and 4E. RGB value is (251,12,78). Sum of RGB (Red+Green+Blue) = 251+12+78=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C4E is #04F3B1. Grayscale: #5A5A5A. Windows color (decimal): -324530 or 5115131. OLE color: 5115131.
HSL color Cylindrical-coordinate representation of color #FB0C4E: hue angle of 343.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C4E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 78 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.02 |
| HSL | 343.43º | 0.97% | 0.52% | - |
| HSV(B) | 343.43º | 0.95% | 0.98% | - |
| XYZ | 41.29 | 21.32 | 9.15 | - |
| YUV | 90.99 | 120.68 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 78 | 0 | 0.95 | 0.69 | 0.02 | 343.43 | 0.97 | 0.52 |
| Hex | FB | C | 4E | 0 | 5F | 45 | 2 | 157 | 61 | 34 |
| Octal | 373 | 14 | 116 | 0 | 137 | 105 | 2 | 527 | 141 | 64 |
| Binary | 11111011 | 1100 | 1001110 | 0 | 1011111 | 1000101 | 10 | 101010111 | 1100001 | 110100 |
Color Harmonies of #FB0C4E
Complementary color
Monochromatic Colors of #FB0C4E
Black with #FB0C4E
Text Example
Text Example
White with #FB0C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C4E; }
p { color: rgb(251,12,78); }
H1.HeaderClassName
{
color: #FB0C4E;
}
.AnyTagClassName
{
color: #FB0C4E;
}
</style>
background-color css
<style>
a { background-color: #FB0C4E; }
a { background-color: rgb(251,12,78); }
div.DivClassName
{
background-color: #FB0C4E;
}
.BgClassName
{
background-color: #FB0C4E;
}
</style>
border-color css
<style>
span { border-color: #FB0C4E; }
span { border-color: rgb(251,12,78); }
td.TdClassName
{
border-color: #FB0C4E;
}
.TagClassName
{
border-color: #FB0C4E;
}
</style>