#FC0F48

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

Shades of Torch Red #FC0F48

Tints of Torch Red #FC0F48

Color information

#FC0F48 (or 0xFC0F48) is unknown color: approx Torch Red. HEX triplet: FC, 0F and 48. RGB value is (252,15,72). Sum of RGB (Red+Green+Blue) = 252+15+72=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F48 is #03F0B7. Grayscale: #5C5C5C. Windows color (decimal): -258232 or 4722684. OLE color: 4722684.

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

Color convert

RGB2521572-
CMYK00.940.710.01
HSL345.57º97.53%52.35%-
HSV(B)345.57º94.05%98.82%-
XYZ41.4921.58.1-
YUV92.36116.52241.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.34%
GREEN value IS 15 (6.25% from 255) = 4.42%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=74.34%
G=4.42%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252157200.940.710.01345.5797.5352.35
HexFCF4805E47115a6234
Octal374171100136107153214264
Binary111111001111100100001011110100011111010110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0F48; }

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

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

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

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

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

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

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

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