Shades of Torch Red #FC0F42
Tints of Torch Red #FC0F42
RGB
CMYK
RGB Variations
Color information
#FC0F42 (or 0xFC0F42) is known color: Torch Red. HEX triplet: FC, 0F and 42. RGB value is (252,15,66). Sum of RGB (Red+Green+Blue) = 252+15+66=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F42 is #03F0BD. Grayscale: #5B5B5B. Windows color (decimal): -258238 or 4329468. OLE color: 4329468.
HSL color Cylindrical-coordinate representation of color #FC0F42: hue angle of 347.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0F42 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 66 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.01 |
| HSL | 347.09º | 0.98% | 0.52% | - |
| HSV(B) | 347.09º | 0.94% | 0.99% | - |
| XYZ | 41.3 | 21.43 | 7.11 | - |
| YUV | 91.68 | 113.52 | 242.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 66 | 0 | 0.94 | 0.74 | 0.01 | 347.09 | 0.98 | 0.52 |
| Hex | FC | F | 42 | 0 | 5E | 4A | 1 | 15B | 62 | 34 |
| Octal | 374 | 17 | 102 | 0 | 136 | 112 | 1 | 533 | 142 | 64 |
| Binary | 11111100 | 1111 | 1000010 | 0 | 1011110 | 1001010 | 1 | 101011011 | 1100010 | 110100 |
Color Harmonies of #FC0F42
Complementary color
Monochromatic Colors of #FC0F42
Black with #FC0F42
Text Example
Text Example
White with #FC0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0F42; }
p { color: rgb(252,15,66); }
H1.HeaderClassName
{
color: #FC0F42;
}
.AnyTagClassName
{
color: #FC0F42;
}
</style>
background-color css
<style>
a { background-color: #FC0F42; }
a { background-color: rgb(252,15,66); }
div.DivClassName
{
background-color: #FC0F42;
}
.BgClassName
{
background-color: #FC0F42;
}
</style>
border-color css
<style>
span { border-color: #FC0F42; }
span { border-color: rgb(252,15,66); }
td.TdClassName
{
border-color: #FC0F42;
}
.TagClassName
{
border-color: #FC0F42;
}
</style>