Shades of Torch Red #FE0248
Tints of Torch Red #FE0248
RGB
CMYK
RGB Variations
Color information
#FE0248 (or 0xFE0248) is known color: Torch Red. HEX triplet: FE, 02 and 48. RGB value is (254,2,72). Sum of RGB (Red+Green+Blue) = 254+2+72=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0248 is #01FDB7. Grayscale: #555555. Windows color (decimal): -130488 or 4719358. OLE color: 4719358.
HSL color Cylindrical-coordinate representation of color #FE0248: hue angle of 343.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0248 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.00 |
| HSL | 343.33º | 0.99% | 0.5% | - |
| HSV(B) | 343.33º | 0.99% | 1% | - |
| XYZ | 42.06 | 21.58 | 8.08 | - |
| YUV | 85.33 | 120.49 | 248.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 72 | 0 | 0.99 | 0.72 | 0.00 | 343.33 | 0.99 | 0.5 |
| Hex | FE | 2 | 48 | 0 | 63 | 48 | 0 | 157 | 63 | 32 |
| Octal | 376 | 2 | 110 | 0 | 143 | 110 | 0 | 527 | 143 | 62 |
| Binary | 11111110 | 10 | 1001000 | 0 | 1100011 | 1001000 | 0 | 101010111 | 1100011 | 110010 |
Color Harmonies of #FE0248
Complementary color
Monochromatic Colors of #FE0248
Black with #FE0248
Text Example
Text Example
White with #FE0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0248; }
p { color: rgb(254,2,72); }
H1.HeaderClassName
{
color: #FE0248;
}
.AnyTagClassName
{
color: #FE0248;
}
</style>
background-color css
<style>
a { background-color: #FE0248; }
a { background-color: rgb(254,2,72); }
div.DivClassName
{
background-color: #FE0248;
}
.BgClassName
{
background-color: #FE0248;
}
</style>
border-color css
<style>
span { border-color: #FE0248; }
span { border-color: rgb(254,2,72); }
td.TdClassName
{
border-color: #FE0248;
}
.TagClassName
{
border-color: #FE0248;
}
</style>