Html Css Color HEX #FA1143 Torch Red

📋 copy color: '#FA1143'

red 250 ◦ green 17 ◦ blue 67

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

Shades of Torch Red #FA1143

Tints of Torch Red #FA1143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 74.85%
G = 5.09%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA1143 (or 0xFA1143) is known color: Torch Red. HEX triplet: FA, 11 and 43. RGB value is (250,17,67). Sum of RGB (Red+Green+Blue) = 250+17+67=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1143 is #05EEBC. Grayscale: #5C5C5C. Windows color (decimal): -388797 or 4395514. OLE color: 4395514.

HSL color Cylindrical-coordinate representation of color #FA1143: hue angle of 347.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1143 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 17 67 -
CMYK 0 0.93 0.73 0.02
HSL 347.12º 0.96% 0.52% -
HSV(B) 347.12º 0.93% 0.98% -
XYZ 40.64 21.13 7.25 -
YUV 92.37 113.69 240.43 -
System Red Green Blue C M Y K H S L
Decimal 250 17 67 0 0.93 0.73 0.02 347.12 0.96 0.52
Hex FA 11 43 0 5D 49 2 15B 60 34
Octal 372 21 103 0 135 111 2 533 140 64
Binary 11111010 10001 1000011 0 1011101 1001001 10 101011011 1100000 110100

Color Harmonies of #FA1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1143

Black with #FA1143

Text Example


Text Example

White with #FA1143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1143; }

 p { color: rgb(250,17,67); }

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

background-color css

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

 a { background-color: rgb(250,17,67); }

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

border-color css

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

 span { border-color: rgb(250,17,67); }

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