Html Css Color HEX #FA134E Torch Red

📋 copy color: '#FA134E'

red 250 ◦ green 19 ◦ blue 78

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

Shades of Torch Red #FA134E

Tints of Torch Red #FA134E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 72.05%
G = 5.48%
B = 22.48%

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

#FA134E (or 0xFA134E) is known color: Torch Red. HEX triplet: FA, 13 and 4E. RGB value is (250,19,78). Sum of RGB (Red+Green+Blue) = 250+19+78=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA134E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA134E is #05ECB1. Grayscale: #5E5E5E. Windows color (decimal): -388274 or 5116922. OLE color: 5116922.

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

Color convert

RGB 250 19 78 -
CMYK 0 0.92 0.69 0.02
HSL 344.68º 0.96% 0.53% -
HSV(B) 344.68º 0.92% 0.98% -
XYZ 41.03 21.34 9.16 -
YUV 94.8 118.53 238.7 -
System Red Green Blue C M Y K H S L
Decimal 250 19 78 0 0.92 0.69 0.02 344.68 0.96 0.53
Hex FA 13 4E 0 5C 45 2 159 60 35
Octal 372 23 116 0 134 105 2 531 140 65
Binary 11111010 10011 1001110 0 1011100 1000101 10 101011001 1100000 110101

Color Harmonies of #FA134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA134E

Black with #FA134E

Text Example


Text Example

White with #FA134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA134E; }

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

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

background-color css

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

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

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

border-color css

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

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

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