#FB1A4C

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

Shades of Torch Red #FB1A4C

Tints of Torch Red #FB1A4C

Color information

#FB1A4C (or 0xFB1A4C) is unknown color: approx Torch Red. HEX triplet: FB, 1A and 4C. RGB value is (251,26,76). Sum of RGB (Red+Green+Blue) = 251+26+76=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A4C is #04E5B3. Grayscale: #636363. Windows color (decimal): -320948 or 4987643. OLE color: 4987643.

HSL color Cylindrical-coordinate representation of color #FB1A4C: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A4C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB2512676-
CMYK00.900.700.02
HSL346.67º96.57%54.31%-
HSV(B)346.67º89.64%98.43%-
XYZ41.4621.778.85-
YUV98.98115.04236.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.10%
GREEN value IS 26 (10.55% from 255) = 7.37%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=71.10%
G=7.37%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251267600.900.700.02346.6796.5754.31
HexFB1A4C05A46215b6136
Octal373321140132106253314166
Binary11111011110101001100010110101000110101010110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1A4C; }

 p { color: rgb(251,26,76); }

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

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

 a { background-color: rgb(251,26,76); }

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

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

 span { border-color: rgb(251,26,76); }

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