Shades of Torch Red #FA054D
Tints of Torch Red #FA054D
RGB
CMYK
RGB Variations
Color information
#FA054D (or 0xFA054D) is known color: Torch Red. HEX triplet: FA, 05 and 4D. RGB value is (250,5,77). Sum of RGB (Red+Green+Blue) = 250+5+77=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA054D is #05FAB2. Grayscale: #565656. Windows color (decimal): -391859 or 5047802. OLE color: 5047802.
HSL color Cylindrical-coordinate representation of color #FA054D: hue angle of 342.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA054D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.02 |
| HSL | 342.37º | 0.96% | 0.5% | - |
| HSV(B) | 342.37º | 0.98% | 0.98% | - |
| XYZ | 40.82 | 20.97 | 8.92 | - |
| YUV | 86.46 | 122.67 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 77 | 0 | 0.98 | 0.69 | 0.02 | 342.37 | 0.96 | 0.5 |
| Hex | FA | 5 | 4D | 0 | 62 | 45 | 2 | 156 | 60 | 32 |
| Octal | 372 | 5 | 115 | 0 | 142 | 105 | 2 | 526 | 140 | 62 |
| Binary | 11111010 | 101 | 1001101 | 0 | 1100010 | 1000101 | 10 | 101010110 | 1100000 | 110010 |
Color Harmonies of #FA054D
Complementary color
Monochromatic Colors of #FA054D
Black with #FA054D
Text Example
Text Example
White with #FA054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA054D; }
p { color: rgb(250,5,77); }
H1.HeaderClassName
{
color: #FA054D;
}
.AnyTagClassName
{
color: #FA054D;
}
</style>
background-color css
<style>
a { background-color: #FA054D; }
a { background-color: rgb(250,5,77); }
div.DivClassName
{
background-color: #FA054D;
}
.BgClassName
{
background-color: #FA054D;
}
</style>
border-color css
<style>
span { border-color: #FA054D; }
span { border-color: rgb(250,5,77); }
td.TdClassName
{
border-color: #FA054D;
}
.TagClassName
{
border-color: #FA054D;
}
</style>