Html Css Color HEX #FB1148 Torch Red

📋 copy color: '#FB1148'

red 251 ◦ green 17 ◦ blue 72

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

Shades of Torch Red #FB1148

Tints of Torch Red #FB1148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 73.82%
G = 5%
B = 21.18%

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

#FB1148 (or 0xFB1148) is known color: Torch Red. HEX triplet: FB, 11 and 48. RGB value is (251,17,72). Sum of RGB (Red+Green+Blue) = 251+17+72=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1148 is #04EEB7. Grayscale: #5D5D5D. Windows color (decimal): -323256 or 4723195. OLE color: 4723195.

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

Color convert

RGB 251 17 72 -
CMYK 0 0.93 0.71 0.02
HSL 345.9º 0.97% 0.53% -
HSV(B) 345.9º 0.93% 0.98% -
XYZ 41.15 21.38 8.09 -
YUV 93.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 251 17 72 0 0.93 0.71 0.02 345.9 0.97 0.53
Hex FB 11 48 0 5D 47 2 15A 61 35
Octal 373 21 110 0 135 107 2 532 141 65
Binary 11111011 10001 1001000 0 1011101 1000111 10 101011010 1100001 110101

Color Harmonies of #FB1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1148

Black with #FB1148

Text Example


Text Example

White with #FB1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1148; }

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

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

background-color css

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

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

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

border-color css

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

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

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