Shades of Torch Red #FC094D
Tints of Torch Red #FC094D
RGB
CMYK
RGB Variations
Color information
#FC094D (or 0xFC094D) is known color: Torch Red. HEX triplet: FC, 09 and 4D. RGB value is (252,9,77). Sum of RGB (Red+Green+Blue) = 252+9+77=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC094D is #03F6B2. Grayscale: #595959. Windows color (decimal): -259763 or 5048828. OLE color: 5048828.
HSL color Cylindrical-coordinate representation of color #FC094D: hue angle of 343.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC094D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.01 |
| HSL | 343.21º | 0.98% | 0.51% | - |
| HSV(B) | 343.21º | 0.96% | 0.99% | - |
| XYZ | 41.58 | 21.43 | 8.97 | - |
| YUV | 89.41 | 121.01 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 77 | 0 | 0.96 | 0.69 | 0.01 | 343.21 | 0.98 | 0.51 |
| Hex | FC | 9 | 4D | 0 | 60 | 45 | 1 | 157 | 62 | 33 |
| Octal | 374 | 11 | 115 | 0 | 140 | 105 | 1 | 527 | 142 | 63 |
| Binary | 11111100 | 1001 | 1001101 | 0 | 1100000 | 1000101 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FC094D
Complementary color
Monochromatic Colors of #FC094D
Black with #FC094D
Text Example
Text Example
White with #FC094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC094D; }
p { color: rgb(252,9,77); }
H1.HeaderClassName
{
color: #FC094D;
}
.AnyTagClassName
{
color: #FC094D;
}
</style>
background-color css
<style>
a { background-color: #FC094D; }
a { background-color: rgb(252,9,77); }
div.DivClassName
{
background-color: #FC094D;
}
.BgClassName
{
background-color: #FC094D;
}
</style>
border-color css
<style>
span { border-color: #FC094D; }
span { border-color: rgb(252,9,77); }
td.TdClassName
{
border-color: #FC094D;
}
.TagClassName
{
border-color: #FC094D;
}
</style>