Html Css Color HEX #FB144F Torch Red

📋 copy color: '#FB144F'

red 251 ◦ green 20 ◦ blue 79

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

Shades of Torch Red #FB144F

Tints of Torch Red #FB144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 71.71%
G = 5.71%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB144F (or 0xFB144F) is known color: Torch Red. HEX triplet: FB, 14 and 4F. RGB value is (251,20,79). Sum of RGB (Red+Green+Blue) = 251+20+79=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB144F is #04EBB0. Grayscale: #5F5F5F. Windows color (decimal): -322481 or 5182715. OLE color: 5182715.

HSL color Cylindrical-coordinate representation of color #FB144F: hue angle of 344.68º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB144F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 20 79 -
CMYK 0 0.92 0.69 0.02
HSL 344.68º 0.97% 0.53% -
HSV(B) 344.68º 0.92% 0.98% -
XYZ 41.45 21.57 9.38 -
YUV 95.8 118.53 238.7 -
System Red Green Blue C M Y K H S L
Decimal 251 20 79 0 0.92 0.69 0.02 344.68 0.97 0.53
Hex FB 14 4F 0 5C 45 2 159 61 35
Octal 373 24 117 0 134 105 2 531 141 65
Binary 11111011 10100 1001111 0 1011100 1000101 10 101011001 1100001 110101

Color Harmonies of #FB144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB144F

Black with #FB144F

Text Example


Text Example

White with #FB144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB144F; }

 p { color: rgb(251,20,79); }

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

background-color css

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

 a { background-color: rgb(251,20,79); }

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

border-color css

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

 span { border-color: rgb(251,20,79); }

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