Shades of Torch Red #FD054C
Tints of Torch Red #FD054C
RGB
CMYK
RGB Variations
Color information
#FD054C (or 0xFD054C) is known color: Torch Red. HEX triplet: FD, 05 and 4C. RGB value is (253,5,76). Sum of RGB (Red+Green+Blue) = 253+5+76=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD054C is #02FAB3. Grayscale: #575757. Windows color (decimal): -195252 or 4982269. OLE color: 4982269.
HSL color Cylindrical-coordinate representation of color #FD054C: hue angle of 342.82º 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 #FD054C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.01 |
| HSL | 342.82º | 0.98% | 0.51% | - |
| HSV(B) | 342.82º | 0.98% | 0.99% | - |
| XYZ | 41.87 | 21.51 | 8.78 | - |
| YUV | 87.25 | 121.66 | 246.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 76 | 0 | 0.98 | 0.70 | 0.01 | 342.82 | 0.98 | 0.51 |
| Hex | FD | 5 | 4C | 0 | 62 | 46 | 1 | 157 | 62 | 33 |
| Octal | 375 | 5 | 114 | 0 | 142 | 106 | 1 | 527 | 142 | 63 |
| Binary | 11111101 | 101 | 1001100 | 0 | 1100010 | 1000110 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FD054C
Complementary color
Monochromatic Colors of #FD054C
Black with #FD054C
Text Example
Text Example
White with #FD054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD054C; }
p { color: rgb(253,5,76); }
H1.HeaderClassName
{
color: #FD054C;
}
.AnyTagClassName
{
color: #FD054C;
}
</style>
background-color css
<style>
a { background-color: #FD054C; }
a { background-color: rgb(253,5,76); }
div.DivClassName
{
background-color: #FD054C;
}
.BgClassName
{
background-color: #FD054C;
}
</style>
border-color css
<style>
span { border-color: #FD054C; }
span { border-color: rgb(253,5,76); }
td.TdClassName
{
border-color: #FD054C;
}
.TagClassName
{
border-color: #FD054C;
}
</style>