Shades of Torch Red #FD054E
Tints of Torch Red #FD054E
RGB
CMYK
RGB Variations
Color information
#FD054E (or 0xFD054E) is known color: Torch Red. HEX triplet: FD, 05 and 4E. RGB value is (253,5,78). Sum of RGB (Red+Green+Blue) = 253+5+78=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD054E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD054E is #02FAB1. Grayscale: #575757. Windows color (decimal): -195250 or 5113341. OLE color: 5113341.
HSL color Cylindrical-coordinate representation of color #FD054E: hue angle of 342.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD054E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.01 |
| HSL | 342.34º | 0.98% | 0.51% | - |
| HSV(B) | 342.34º | 0.98% | 0.99% | - |
| XYZ | 41.94 | 21.54 | 9.16 | - |
| YUV | 87.47 | 122.66 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 78 | 0 | 0.98 | 0.69 | 0.01 | 342.34 | 0.98 | 0.51 |
| Hex | FD | 5 | 4E | 0 | 62 | 45 | 1 | 156 | 62 | 33 |
| Octal | 375 | 5 | 116 | 0 | 142 | 105 | 1 | 526 | 142 | 63 |
| Binary | 11111101 | 101 | 1001110 | 0 | 1100010 | 1000101 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FD054E
Complementary color
Monochromatic Colors of #FD054E
Black with #FD054E
Text Example
Text Example
White with #FD054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD054E; }
p { color: rgb(253,5,78); }
H1.HeaderClassName
{
color: #FD054E;
}
.AnyTagClassName
{
color: #FD054E;
}
</style>
background-color css
<style>
a { background-color: #FD054E; }
a { background-color: rgb(253,5,78); }
div.DivClassName
{
background-color: #FD054E;
}
.BgClassName
{
background-color: #FD054E;
}
</style>
border-color css
<style>
span { border-color: #FD054E; }
span { border-color: rgb(253,5,78); }
td.TdClassName
{
border-color: #FD054E;
}
.TagClassName
{
border-color: #FD054E;
}
</style>