Shades of Torch Red #FE1650
Tints of Torch Red #FE1650
RGB
CMYK
RGB Variations
Color information
#FE1650 (or 0xFE1650) is known color: Torch Red. HEX triplet: FE, 16 and 50. RGB value is (254,22,80). Sum of RGB (Red+Green+Blue) = 254+22+80=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1650 is #01E9AF. Grayscale: #616161. Windows color (decimal): -125360 or 5248766. OLE color: 5248766.
HSL color Cylindrical-coordinate representation of color #FE1650: hue angle of 345º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1650 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 80 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.00 |
| HSL | 345º | 0.99% | 0.54% | - |
| HSV(B) | 345º | 0.91% | 1% | - |
| XYZ | 42.61 | 22.22 | 9.63 | - |
| YUV | 97.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 80 | 0 | 0.91 | 0.69 | 0.00 | 345 | 0.99 | 0.54 |
| Hex | FE | 16 | 50 | 0 | 5B | 45 | 0 | 159 | 63 | 36 |
| Octal | 376 | 26 | 120 | 0 | 133 | 105 | 0 | 531 | 143 | 66 |
| Binary | 11111110 | 10110 | 1010000 | 0 | 1011011 | 1000101 | 0 | 101011001 | 1100011 | 110110 |
Color Harmonies of #FE1650
Complementary color
Monochromatic Colors of #FE1650
Black with #FE1650
Text Example
Text Example
White with #FE1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1650; }
p { color: rgb(254,22,80); }
H1.HeaderClassName
{
color: #FE1650;
}
.AnyTagClassName
{
color: #FE1650;
}
</style>
background-color css
<style>
a { background-color: #FE1650; }
a { background-color: rgb(254,22,80); }
div.DivClassName
{
background-color: #FE1650;
}
.BgClassName
{
background-color: #FE1650;
}
</style>
border-color css
<style>
span { border-color: #FE1650; }
span { border-color: rgb(254,22,80); }
td.TdClassName
{
border-color: #FE1650;
}
.TagClassName
{
border-color: #FE1650;
}
</style>