#FB1247

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

Shades of Torch Red #FB1247

Tints of Torch Red #FB1247

Color information

#FB1247 (or 0xFB1247) is unknown color: approx Torch Red. HEX triplet: FB, 12 and 47. RGB value is (251,18,71). Sum of RGB (Red+Green+Blue) = 251+18+71=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1247 is #04EDB8. Grayscale: #5D5D5D. Windows color (decimal): -323001 or 4657915. OLE color: 4657915.

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

Color convert

RGB2511871-
CMYK00.930.720.02
HSL346.35º96.68%52.75%-
HSV(B)346.35º92.83%98.43%-
XYZ41.1421.47.92-
YUV93.71115.19240.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 73.82%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=73.82%
G=5.29%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251187100.930.720.02346.3596.6852.75
HexFB124705D48215a6135
Octal373221070135110253214165
Binary11111011100101000111010111011001000101010110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1247; }

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

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

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

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

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

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

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

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