Shades of Torch Red #FC094C
Tints of Torch Red #FC094C
RGB
CMYK
RGB Variations
Color information
#FC094C (or 0xFC094C) is known color: Torch Red. HEX triplet: FC, 09 and 4C. RGB value is (252,9,76). Sum of RGB (Red+Green+Blue) = 252+9+76=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC094C is #03F6B3. Grayscale: #595959. Windows color (decimal): -259764 or 4983292. OLE color: 4983292.
HSL color Cylindrical-coordinate representation of color #FC094C: hue angle of 343.46º 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 #FC094C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.01 |
| HSL | 343.46º | 0.98% | 0.51% | - |
| HSV(B) | 343.46º | 0.96% | 0.99% | - |
| XYZ | 41.55 | 21.41 | 8.78 | - |
| YUV | 89.3 | 120.51 | 244.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 76 | 0 | 0.96 | 0.70 | 0.01 | 343.46 | 0.98 | 0.51 |
| Hex | FC | 9 | 4C | 0 | 60 | 46 | 1 | 157 | 62 | 33 |
| Octal | 374 | 11 | 114 | 0 | 140 | 106 | 1 | 527 | 142 | 63 |
| Binary | 11111100 | 1001 | 1001100 | 0 | 1100000 | 1000110 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FC094C
Complementary color
Monochromatic Colors of #FC094C
Black with #FC094C
Text Example
Text Example
White with #FC094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC094C; }
p { color: rgb(252,9,76); }
H1.HeaderClassName
{
color: #FC094C;
}
.AnyTagClassName
{
color: #FC094C;
}
</style>
background-color css
<style>
a { background-color: #FC094C; }
a { background-color: rgb(252,9,76); }
div.DivClassName
{
background-color: #FC094C;
}
.BgClassName
{
background-color: #FC094C;
}
</style>
border-color css
<style>
span { border-color: #FC094C; }
span { border-color: rgb(252,9,76); }
td.TdClassName
{
border-color: #FC094C;
}
.TagClassName
{
border-color: #FC094C;
}
</style>