Shades of Torch Red #FE064B
Tints of Torch Red #FE064B
RGB
CMYK
RGB Variations
Color information
#FE064B (or 0xFE064B) is known color: Torch Red. HEX triplet: FE, 06 and 4B. RGB value is (254,6,75). Sum of RGB (Red+Green+Blue) = 254+6+75=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE064B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE064B is #01F9B4. Grayscale: #575757. Windows color (decimal): -129461 or 4916990. OLE color: 4916990.
HSL color Cylindrical-coordinate representation of color #FE064B: hue angle of 343.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE064B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 75 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.00 |
| HSL | 343.31º | 0.99% | 0.51% | - |
| HSV(B) | 343.31º | 0.98% | 1% | - |
| XYZ | 42.21 | 21.71 | 8.62 | - |
| YUV | 88.02 | 120.66 | 246.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 75 | 0 | 0.98 | 0.70 | 0.00 | 343.31 | 0.99 | 0.51 |
| Hex | FE | 6 | 4B | 0 | 62 | 46 | 0 | 157 | 63 | 33 |
| Octal | 376 | 6 | 113 | 0 | 142 | 106 | 0 | 527 | 143 | 63 |
| Binary | 11111110 | 110 | 1001011 | 0 | 1100010 | 1000110 | 0 | 101010111 | 1100011 | 110011 |
Color Harmonies of #FE064B
Complementary color
Monochromatic Colors of #FE064B
Black with #FE064B
Text Example
Text Example
White with #FE064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE064B; }
p { color: rgb(254,6,75); }
H1.HeaderClassName
{
color: #FE064B;
}
.AnyTagClassName
{
color: #FE064B;
}
</style>
background-color css
<style>
a { background-color: #FE064B; }
a { background-color: rgb(254,6,75); }
div.DivClassName
{
background-color: #FE064B;
}
.BgClassName
{
background-color: #FE064B;
}
</style>
border-color css
<style>
span { border-color: #FE064B; }
span { border-color: rgb(254,6,75); }
td.TdClassName
{
border-color: #FE064B;
}
.TagClassName
{
border-color: #FE064B;
}
</style>