Html Css Color HEX #FB124C Torch Red

📋 copy color: '#FB124C'

red 251 ◦ green 18 ◦ blue 76

#FB124C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FB124C

Tints of Torch Red #FB124C

RGB

 RED value IS 251 (98.44% from 255) = 72.75%

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 72.75%
G = 5.22%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB124C (or 0xFB124C) is known color: Torch Red. HEX triplet: FB, 12 and 4C. RGB value is (251,18,76). Sum of RGB (Red+Green+Blue) = 251+18+76=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB124C is #04EDB3. Grayscale: #5E5E5E. Windows color (decimal): -322996 or 4985595. OLE color: 4985595.

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

Color convert

RGB 251 18 76 -
CMYK 0 0.93 0.70 0.02
HSL 345.06º 0.97% 0.53% -
HSV(B) 345.06º 0.93% 0.98% -
XYZ 41.3 21.46 8.8 -
YUV 94.28 117.69 239.78 -
System Red Green Blue C M Y K H S L
Decimal 251 18 76 0 0.93 0.70 0.02 345.06 0.97 0.53
Hex FB 12 4C 0 5D 46 2 159 61 35
Octal 373 22 114 0 135 106 2 531 141 65
Binary 11111011 10010 1001100 0 1011101 1000110 10 101011001 1100001 110101

Color Harmonies of #FB124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB124C

Black with #FB124C

Text Example


Text Example

White with #FB124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB124C; }

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

 H1.HeaderClassName
 {
   color: #FB124C;
 }
 .AnyTagClassName
 {
   color: #FB124C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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