Shades of Torch Red #FB063F
Tints of Torch Red #FB063F
RGB
CMYK
RGB Variations
Color information
#FB063F (or 0xFB063F) is known color: Torch Red. HEX triplet: FB, 06 and 3F. RGB value is (251,6,63). Sum of RGB (Red+Green+Blue) = 251+6+63=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB063F is #04F9C0. Grayscale: #555555. Windows color (decimal): -326081 or 4130555. OLE color: 4130555.
HSL color Cylindrical-coordinate representation of color #FB063F: hue angle of 346.04º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB063F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.02 |
| HSL | 346.04º | 0.97% | 0.5% | - |
| HSV(B) | 346.04º | 0.98% | 0.98% | - |
| XYZ | 40.75 | 21 | 6.61 | - |
| YUV | 85.75 | 115.17 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 63 | 0 | 0.98 | 0.75 | 0.02 | 346.04 | 0.97 | 0.5 |
| Hex | FB | 6 | 3F | 0 | 62 | 4B | 2 | 15A | 61 | 32 |
| Octal | 373 | 6 | 77 | 0 | 142 | 113 | 2 | 532 | 141 | 62 |
| Binary | 11111011 | 110 | 111111 | 0 | 1100010 | 1001011 | 10 | 101011010 | 1100001 | 110010 |
Color Harmonies of #FB063F
Complementary color
Monochromatic Colors of #FB063F
Black with #FB063F
Text Example
Text Example
White with #FB063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB063F; }
p { color: rgb(251,6,63); }
H1.HeaderClassName
{
color: #FB063F;
}
.AnyTagClassName
{
color: #FB063F;
}
</style>
background-color css
<style>
a { background-color: #FB063F; }
a { background-color: rgb(251,6,63); }
div.DivClassName
{
background-color: #FB063F;
}
.BgClassName
{
background-color: #FB063F;
}
</style>
border-color css
<style>
span { border-color: #FB063F; }
span { border-color: rgb(251,6,63); }
td.TdClassName
{
border-color: #FB063F;
}
.TagClassName
{
border-color: #FB063F;
}
</style>