Shades of Torch Red #FE0B4F
Tints of Torch Red #FE0B4F
RGB
CMYK
RGB Variations
Color information
#FE0B4F (or 0xFE0B4F) is known color: Torch Red. HEX triplet: FE, 0B and 4F. RGB value is (254,11,79). Sum of RGB (Red+Green+Blue) = 254+11+79=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B4F is #01F4B0. Grayscale: #5B5B5B. Windows color (decimal): -128177 or 5180414. OLE color: 5180414.
HSL color Cylindrical-coordinate representation of color #FE0B4F: hue angle of 343.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0B4F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 79 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.00 |
| HSL | 343.21º | 0.99% | 0.52% | - |
| HSV(B) | 343.21º | 0.96% | 1% | - |
| XYZ | 42.4 | 21.87 | 9.38 | - |
| YUV | 91.41 | 121.01 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 79 | 0 | 0.96 | 0.69 | 0.00 | 343.21 | 0.99 | 0.52 |
| Hex | FE | B | 4F | 0 | 60 | 45 | 0 | 157 | 63 | 34 |
| Octal | 376 | 13 | 117 | 0 | 140 | 105 | 0 | 527 | 143 | 64 |
| Binary | 11111110 | 1011 | 1001111 | 0 | 1100000 | 1000101 | 0 | 101010111 | 1100011 | 110100 |
Color Harmonies of #FE0B4F
Complementary color
Monochromatic Colors of #FE0B4F
Black with #FE0B4F
Text Example
Text Example
White with #FE0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B4F; }
p { color: rgb(254,11,79); }
H1.HeaderClassName
{
color: #FE0B4F;
}
.AnyTagClassName
{
color: #FE0B4F;
}
</style>
background-color css
<style>
a { background-color: #FE0B4F; }
a { background-color: rgb(254,11,79); }
div.DivClassName
{
background-color: #FE0B4F;
}
.BgClassName
{
background-color: #FE0B4F;
}
</style>
border-color css
<style>
span { border-color: #FE0B4F; }
span { border-color: rgb(254,11,79); }
td.TdClassName
{
border-color: #FE0B4F;
}
.TagClassName
{
border-color: #FE0B4F;
}
</style>