#FC0F39

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

Shades of Torch Red #FC0F39

Tints of Torch Red #FC0F39

Color information

#FC0F39 (or 0xFC0F39) is unknown color: approx Torch Red. HEX triplet: FC, 0F and 39. RGB value is (252,15,57). Sum of RGB (Red+Green+Blue) = 252+15+57=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F39 is #03F0C6. Grayscale: #5A5A5A. Windows color (decimal): -258247 or 3739644. OLE color: 3739644.

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

Color convert

RGB2521557-
CMYK00.940.770.01
HSL349.37º97.53%52.35%-
HSV(B)349.37º94.05%98.82%-
XYZ41.0521.335.82-
YUV90.65109.02243.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 77.78%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=77.78%
G=4.63%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252155700.940.770.01349.3797.5352.35
HexFCF3905E4D115d6234
Octal37417710136115153514264
Binary11111100111111100101011110100110111010111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0F39; }

 p { color: rgb(252,15,57); }

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

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

 a { background-color: rgb(252,15,57); }

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

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

 span { border-color: rgb(252,15,57); }

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