#FC0944

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

Shades of Torch Red #FC0944

Tints of Torch Red #FC0944

Color information

#FC0944 (or 0xFC0944) is unknown color: approx Torch Red. HEX triplet: FC, 09 and 44. RGB value is (252,9,68). Sum of RGB (Red+Green+Blue) = 252+9+68=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0944 is #03F6BB. Grayscale: #585858. Windows color (decimal): -259772 or 4459004. OLE color: 4459004.

HSL color Cylindrical-coordinate representation of color #FC0944: hue angle of 345.43º 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 #FC0944 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB252968-
CMYK00.960.730.01
HSL345.43º97.59%51.18%-
HSV(B)345.43º96.43%98.82%-
XYZ41.2921.317.41-
YUV88.38116.51244.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.60%
GREEN value IS 9 (3.91% from 255) = 2.74%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=76.60%
G=2.74%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25296800.960.730.01345.4397.5951.18
HexFC9440604911596233
Octal374111040140111153114263
Binary111111001001100010001100000100100111010110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0944; }

 p { color: rgb(252,9,68); }

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

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

 a { background-color: rgb(252,9,68); }

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

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

 span { border-color: rgb(252,9,68); }

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