Html Css Color HEX #FA134B Torch Red

📋 copy color: '#FA134B'

red 250 ◦ green 19 ◦ blue 75

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

Shades of Torch Red #FA134B

Tints of Torch Red #FA134B

RGB

 RED value IS 250 (98.05% from 255) = 72.67%

 GREEN value IS 19 (7.81% from 255) = 5.52%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 72.67%
G = 5.52%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA134B (or 0xFA134B) is known color: Torch Red. HEX triplet: FA, 13 and 4B. RGB value is (250,19,75). Sum of RGB (Red+Green+Blue) = 250+19+75=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA134B is #05ECB4. Grayscale: #5E5E5E. Windows color (decimal): -388277 or 4920314. OLE color: 4920314.

HSL color Cylindrical-coordinate representation of color #FA134B: hue angle of 345.45º degrees, saturation: 0.96, 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 #FA134B is Cyan = 0, Magento = 0.92, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 19 75 -
CMYK 0 0.92 0.7 0.02
HSL 345.45º 0.96% 0.53% -
HSV(B) 345.45º 0.92% 0.98% -
XYZ 40.93 21.3 8.61 -
YUV 94.45 117.03 238.95 -
System Red Green Blue C M Y K H S L
Decimal 250 19 75 0 0.92 0.7 0.02 345.45 0.96 0.53
Hex FA 13 4B 0 5C 46 2 159 60 35
Octal 372 23 113 0 134 106 2 531 140 65
Binary 11111010 10011 1001011 0 1011100 1000110 10 101011001 1100000 110101

Color Harmonies of #FA134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA134B

Black with #FA134B

Text Example


Text Example

White with #FA134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA134B; }

 p { color: rgb(250,19,75); }

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

background-color css

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

 a { background-color: rgb(250,19,75); }

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

border-color css

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

 span { border-color: rgb(250,19,75); }

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