#FC1650

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

Shades of Torch Red #FC1650

Tints of Torch Red #FC1650

Color information

#FC1650 (or 0xFC1650) is unknown color: approx Torch Red. HEX triplet: FC, 16 and 50. RGB value is (252,22,80). Sum of RGB (Red+Green+Blue) = 252+22+80=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1650 is #03E9AF. Grayscale: #616161. Windows color (decimal): -256432 or 5248764. OLE color: 5248764.

HSL color Cylindrical-coordinate representation of color #FC1650: hue angle of 344.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1650 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB2522280-
CMYK00.910.680.01
HSL344.87º97.46%53.73%-
HSV(B)344.87º91.27%98.82%-
XYZ41.8821.859.6-
YUV97.38118.2238.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 71.19%
GREEN value IS 22 (8.98% from 255) = 6.21%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=71.19%
G=6.21%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252228000.910.680.01344.8797.4653.73
HexFC165005B4411596136
Octal374261200133104153114166
Binary1111110010110101000001011011100010011010110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1650; }

 p { color: rgb(252,22,80); }

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

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

 a { background-color: rgb(252,22,80); }

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

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

 span { border-color: rgb(252,22,80); }

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