#FF1247

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

Shades of Torch Red #FF1247

Tints of Torch Red #FF1247

Color information

#FF1247 (or 0xFF1247) is unknown color: approx Torch Red. HEX triplet: FF, 12 and 47. RGB value is (255,18,71). Sum of RGB (Red+Green+Blue) = 255+18+71=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1247 is #00EDB8. Grayscale: #5E5E5E. Windows color (decimal): -60857 or 4657919. OLE color: 4657919.

HSL color Cylindrical-coordinate representation of color #FF1247: hue angle of 346.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1247 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB2551871-
CMYK00.930.720
HSL346.58º100%53.53%-
HSV(B)346.58º92.94%100%-
XYZ42.5922.157.99-
YUV94.9114.52242.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.13%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=74.13%
G=5.23%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255187100.930.720346.5810053.53
HexFF124705D48015b6436
Octal377221070135110053314466
Binary1111111110010100011101011101100100001010110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1247; }

 p { color: rgb(255,18,71); }

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

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

 a { background-color: rgb(255,18,71); }

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

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

 span { border-color: rgb(255,18,71); }

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