Shades of Torch Red #FE0948
Tints of Torch Red #FE0948
RGB
CMYK
RGB Variations
Color information
#FE0948 (or 0xFE0948) is known color: Torch Red. HEX triplet: FE, 09 and 48. RGB value is (254,9,72). Sum of RGB (Red+Green+Blue) = 254+9+72=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0948 is #01F6B7. Grayscale: #595959. Windows color (decimal): -128696 or 4721150. OLE color: 4721150.
HSL color Cylindrical-coordinate representation of color #FE0948: hue angle of 344.57º 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 #FE0948 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.00 |
| HSL | 344.57º | 0.99% | 0.52% | - |
| HSV(B) | 344.57º | 0.96% | 1% | - |
| XYZ | 42.14 | 21.73 | 8.1 | - |
| YUV | 89.44 | 118.17 | 245.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 72 | 0 | 0.96 | 0.72 | 0.00 | 344.57 | 0.99 | 0.52 |
| Hex | FE | 9 | 48 | 0 | 60 | 48 | 0 | 159 | 63 | 34 |
| Octal | 376 | 11 | 110 | 0 | 140 | 110 | 0 | 531 | 143 | 64 |
| Binary | 11111110 | 1001 | 1001000 | 0 | 1100000 | 1001000 | 0 | 101011001 | 1100011 | 110100 |
Color Harmonies of #FE0948
Complementary color
Monochromatic Colors of #FE0948
Black with #FE0948
Text Example
Text Example
White with #FE0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0948; }
p { color: rgb(254,9,72); }
H1.HeaderClassName
{
color: #FE0948;
}
.AnyTagClassName
{
color: #FE0948;
}
</style>
background-color css
<style>
a { background-color: #FE0948; }
a { background-color: rgb(254,9,72); }
div.DivClassName
{
background-color: #FE0948;
}
.BgClassName
{
background-color: #FE0948;
}
</style>
border-color css
<style>
span { border-color: #FE0948; }
span { border-color: rgb(254,9,72); }
td.TdClassName
{
border-color: #FE0948;
}
.TagClassName
{
border-color: #FE0948;
}
</style>