#fc0547

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

Shades of Torch Red #FC0547

Tints of Torch Red #FC0547

Color information

#FC0547 (or 0xFC0547) is unknown color: approx Torch Red. HEX triplet: FC, 05 and 47. RGB value is (252,5,71). Sum of RGB (Red+Green+Blue) = 252+5+71=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0547 is #03FAB8. Grayscale: #565656. Windows color (decimal): -260793 or 4654588. OLE color: 4654588.

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

Color convert

RGB252571-
CMYK00.980.720.01
HSL343.97º97.63%50.39%-
HSV(B)343.97º98.02%98.82%-
XYZ41.3421.267.89-
YUV86.38119.33246.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.83%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=76.83%
G=1.52%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25257100.980.720.01343.9797.6350.39
HexFC5470624811586232
Octal37451070142110153014262
Binary11111100101100011101100010100100011010110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc0547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc0547; }

 p { color: rgb(252,5,71); }

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

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

 a { background-color: rgb(252,5,71); }

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

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

 span { border-color: rgb(252,5,71); }

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