Shades of Torch Red #FD054D
Tints of Torch Red #FD054D
RGB
CMYK
RGB Variations
Color information
#FD054D (or 0xFD054D) is known color: Torch Red. HEX triplet: FD, 05 and 4D. RGB value is (253,5,77). Sum of RGB (Red+Green+Blue) = 253+5+77=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD054D is #02FAB2. Grayscale: #575757. Windows color (decimal): -195251 or 5047805. OLE color: 5047805.
HSL color Cylindrical-coordinate representation of color #FD054D: hue angle of 342.58º 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 #FD054D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.01 |
| HSL | 342.58º | 0.98% | 0.51% | - |
| HSV(B) | 342.58º | 0.98% | 0.99% | - |
| XYZ | 41.9 | 21.53 | 8.97 | - |
| YUV | 87.36 | 122.16 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 77 | 0 | 0.98 | 0.70 | 0.01 | 342.58 | 0.98 | 0.51 |
| Hex | FD | 5 | 4D | 0 | 62 | 46 | 1 | 157 | 62 | 33 |
| Octal | 375 | 5 | 115 | 0 | 142 | 106 | 1 | 527 | 142 | 63 |
| Binary | 11111101 | 101 | 1001101 | 0 | 1100010 | 1000110 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FD054D
Complementary color
Monochromatic Colors of #FD054D
Black with #FD054D
Text Example
Text Example
White with #FD054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD054D; }
p { color: rgb(253,5,77); }
H1.HeaderClassName
{
color: #FD054D;
}
.AnyTagClassName
{
color: #FD054D;
}
</style>
background-color css
<style>
a { background-color: #FD054D; }
a { background-color: rgb(253,5,77); }
div.DivClassName
{
background-color: #FD054D;
}
.BgClassName
{
background-color: #FD054D;
}
</style>
border-color css
<style>
span { border-color: #FD054D; }
span { border-color: rgb(253,5,77); }
td.TdClassName
{
border-color: #FD054D;
}
.TagClassName
{
border-color: #FD054D;
}
</style>