#fb124d

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

Shades of Torch Red #FB124D

Tints of Torch Red #FB124D

Color information

#FB124D (or 0xFB124D) is unknown color: approx Torch Red. HEX triplet: FB, 12 and 4D. RGB value is (251,18,77). Sum of RGB (Red+Green+Blue) = 251+18+77=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB124D is #04EDB2. Grayscale: #5E5E5E. Windows color (decimal): -322995 or 5051131. OLE color: 5051131.

HSL color Cylindrical-coordinate representation of color #FB124D: hue angle of 344.81º 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 #FB124D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2511877-
CMYK00.930.690.02
HSL344.81º96.68%52.75%-
HSV(B)344.81º92.83%98.43%-
XYZ41.3421.488.99-
YUV94.39118.19239.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 72.54%
GREEN value IS 18 (7.42% from 255) = 5.20%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=72.54%
G=5.20%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251187700.930.690.02344.8196.6852.75
HexFB124D05D4521596135
Octal373221150135105253114165
Binary11111011100101001101010111011000101101010110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb124d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb124d; }

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

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

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

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

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

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

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

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