Html Css Color HEX #FB1149 Torch Red

📋 copy color: '#FB1149'

red 251 ◦ green 17 ◦ blue 73

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

Shades of Torch Red #FB1149

Tints of Torch Red #FB1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 73.61%
G = 4.99%
B = 21.41%

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

#FB1149 (or 0xFB1149) is known color: Torch Red. HEX triplet: FB, 11 and 49. RGB value is (251,17,73). Sum of RGB (Red+Green+Blue) = 251+17+73=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1149 is #04EEB6. Grayscale: #5D5D5D. Windows color (decimal): -323255 or 4788731. OLE color: 4788731.

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

Color convert

RGB 251 17 73 -
CMYK 0 0.93 0.71 0.02
HSL 345.64º 0.97% 0.53% -
HSV(B) 345.64º 0.93% 0.98% -
XYZ 41.19 21.39 8.26 -
YUV 93.35 116.52 240.45 -
System Red Green Blue C M Y K H S L
Decimal 251 17 73 0 0.93 0.71 0.02 345.64 0.97 0.53
Hex FB 11 49 0 5D 47 2 15A 61 35
Octal 373 21 111 0 135 107 2 532 141 65
Binary 11111011 10001 1001001 0 1011101 1000111 10 101011010 1100001 110101

Color Harmonies of #FB1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1149

Black with #FB1149

Text Example


Text Example

White with #FB1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1149; }

 p { color: rgb(251,17,73); }

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

background-color css

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

 a { background-color: rgb(251,17,73); }

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

border-color css

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

 span { border-color: rgb(251,17,73); }

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