Shades of Torch Red #FE0A50
Tints of Torch Red #FE0A50
RGB
CMYK
RGB Variations
Color information
#FE0A50 (or 0xFE0A50) is known color: Torch Red. HEX triplet: FE, 0A and 50. RGB value is (254,10,80). Sum of RGB (Red+Green+Blue) = 254+10+80=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0A50 is #01F5AF. Grayscale: #5A5A5A. Windows color (decimal): -128432 or 5245694. OLE color: 5245694.
HSL color Cylindrical-coordinate representation of color #FE0A50: hue angle of 342.79º 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 #FE0A50 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 80 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.00 |
| HSL | 342.79º | 0.99% | 0.52% | - |
| HSV(B) | 342.79º | 0.96% | 1% | - |
| XYZ | 42.43 | 21.87 | 9.57 | - |
| YUV | 90.94 | 121.84 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 80 | 0 | 0.96 | 0.69 | 0.00 | 342.79 | 0.99 | 0.52 |
| Hex | FE | A | 50 | 0 | 60 | 45 | 0 | 157 | 63 | 34 |
| Octal | 376 | 12 | 120 | 0 | 140 | 105 | 0 | 527 | 143 | 64 |
| Binary | 11111110 | 1010 | 1010000 | 0 | 1100000 | 1000101 | 0 | 101010111 | 1100011 | 110100 |
Color Harmonies of #FE0A50
Complementary color
Monochromatic Colors of #FE0A50
Black with #FE0A50
Text Example
Text Example
White with #FE0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A50; }
p { color: rgb(254,10,80); }
H1.HeaderClassName
{
color: #FE0A50;
}
.AnyTagClassName
{
color: #FE0A50;
}
</style>
background-color css
<style>
a { background-color: #FE0A50; }
a { background-color: rgb(254,10,80); }
div.DivClassName
{
background-color: #FE0A50;
}
.BgClassName
{
background-color: #FE0A50;
}
</style>
border-color css
<style>
span { border-color: #FE0A50; }
span { border-color: rgb(254,10,80); }
td.TdClassName
{
border-color: #FE0A50;
}
.TagClassName
{
border-color: #FE0A50;
}
</style>