#FC1042

Color #FC1042 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC1042

Tints of Torch Red #FC1042

Color information

#FC1042 (or 0xFC1042) is unknown color: approx Torch Red. HEX triplet: FC, 10 and 42. RGB value is (252,16,66). Sum of RGB (Red+Green+Blue) = 252+16+66=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1042 is #03EFBD. Grayscale: #5C5C5C. Windows color (decimal): -257982 or 4329724. OLE color: 4329724.

HSL color Cylindrical-coordinate representation of color #FC1042: hue angle of 347.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1042 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB2521666-
CMYK00.940.740.01
HSL347.29º97.52%52.55%-
HSV(B)347.29º93.65%98.82%-
XYZ41.3121.467.12-
YUV92.26113.19241.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 75.45%
GREEN value IS 16 (6.64% from 255) = 4.79%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=75.45%
G=4.79%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252166600.940.740.01347.2997.5252.55
HexFC104205E4A115b6235
Octal374201020136112153314265
Binary1111110010000100001001011110100101011010110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1042; }

 p { color: rgb(252,16,66); }

 H1.HeaderClassName
 {
   color: #FC1042;
 }
 .AnyTagClassName
 {
   color: #FC1042;
 }
</style>
background-color css

<style>
 a { background-color: #FC1042; }

 a { background-color: rgb(252,16,66); }

 div.DivClassName
 {
   background-color: #FC1042;
 }
 .BgClassName
 {
   background-color: #FC1042;
 }
</style>
border-color css

<style>
 span { border-color: #FC1042; }

 span { border-color: rgb(252,16,66); }

 td.TdClassName
 {
   border-color: #FC1042;
 }
 .TagClassName
 {
   border-color: #FC1042;
 }
</style>