Html Css Color HEX #FA2243 Torch Red

📋 copy color: '#FA2243'

red 250 ◦ green 34 ◦ blue 67

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

Shades of Torch Red #FA2243

Tints of Torch Red #FA2243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 71.23%
G = 9.69%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA2243 (or 0xFA2243) is known color: Torch Red. HEX triplet: FA, 22 and 43. RGB value is (250,34,67). Sum of RGB (Red+Green+Blue) = 250+34+67=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2243 is #05DDBC. Grayscale: #666666. Windows color (decimal): -384445 or 4399866. OLE color: 4399866.

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

Color convert

RGB 250 34 67 -
CMYK 0 0.86 0.73 0.02
HSL 350.83º 0.96% 0.56% -
HSV(B) 350.83º 0.86% 0.98% -
XYZ 41.01 21.87 7.37 -
YUV 102.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 250 34 67 0 0.86 0.73 0.02 350.83 0.96 0.56
Hex FA 22 43 0 56 49 2 15F 60 38
Octal 372 42 103 0 126 111 2 537 140 70
Binary 11111010 100010 1000011 0 1010110 1001001 10 101011111 1100000 111000

Color Harmonies of #FA2243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2243

Black with #FA2243

Text Example


Text Example

White with #FA2243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2243; }

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

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

background-color css

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

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

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

border-color css

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

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

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