Shades of Torch Red #FB0D4E
Tints of Torch Red #FB0D4E
RGB
CMYK
RGB Variations
Color information
#FB0D4E (or 0xFB0D4E) is known color: Torch Red. HEX triplet: FB, 0D and 4E. RGB value is (251,13,78). Sum of RGB (Red+Green+Blue) = 251+13+78=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0D4E is #04F2B1. Grayscale: #5B5B5B. Windows color (decimal): -324274 or 5115387. OLE color: 5115387.
HSL color Cylindrical-coordinate representation of color #FB0D4E: hue angle of 343.61º 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 #FB0D4E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 78 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.02 |
| HSL | 343.61º | 0.97% | 0.52% | - |
| HSV(B) | 343.61º | 0.95% | 0.98% | - |
| XYZ | 41.3 | 21.35 | 9.15 | - |
| YUV | 91.57 | 120.35 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 78 | 0 | 0.95 | 0.69 | 0.02 | 343.61 | 0.97 | 0.52 |
| Hex | FB | D | 4E | 0 | 5F | 45 | 2 | 158 | 61 | 34 |
| Octal | 373 | 15 | 116 | 0 | 137 | 105 | 2 | 530 | 141 | 64 |
| Binary | 11111011 | 1101 | 1001110 | 0 | 1011111 | 1000101 | 10 | 101011000 | 1100001 | 110100 |
Color Harmonies of #FB0D4E
Complementary color
Monochromatic Colors of #FB0D4E
Black with #FB0D4E
Text Example
Text Example
White with #FB0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D4E; }
p { color: rgb(251,13,78); }
H1.HeaderClassName
{
color: #FB0D4E;
}
.AnyTagClassName
{
color: #FB0D4E;
}
</style>
background-color css
<style>
a { background-color: #FB0D4E; }
a { background-color: rgb(251,13,78); }
div.DivClassName
{
background-color: #FB0D4E;
}
.BgClassName
{
background-color: #FB0D4E;
}
</style>
border-color css
<style>
span { border-color: #FB0D4E; }
span { border-color: rgb(251,13,78); }
td.TdClassName
{
border-color: #FB0D4E;
}
.TagClassName
{
border-color: #FB0D4E;
}
</style>