Html Css Color HEX #FB124A Torch Red

📋 copy color: '#FB124A'

red 251 ◦ green 18 ◦ blue 74

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

Shades of Torch Red #FB124A

Tints of Torch Red #FB124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 73.18%
G = 5.25%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB124A (or 0xFB124A) is known color: Torch Red. HEX triplet: FB, 12 and 4A. RGB value is (251,18,74). Sum of RGB (Red+Green+Blue) = 251+18+74=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB124A is #04EDB5. Grayscale: #5E5E5E. Windows color (decimal): -322998 or 4854523. OLE color: 4854523.

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

Color convert

RGB 251 18 74 -
CMYK 0 0.93 0.71 0.02
HSL 345.58º 0.97% 0.53% -
HSV(B) 345.58º 0.93% 0.98% -
XYZ 41.24 21.44 8.44 -
YUV 94.05 116.69 239.95 -
System Red Green Blue C M Y K H S L
Decimal 251 18 74 0 0.93 0.71 0.02 345.58 0.97 0.53
Hex FB 12 4A 0 5D 47 2 15A 61 35
Octal 373 22 112 0 135 107 2 532 141 65
Binary 11111011 10010 1001010 0 1011101 1000111 10 101011010 1100001 110101

Color Harmonies of #FB124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB124A

Black with #FB124A

Text Example


Text Example

White with #FB124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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