Html Css Color HEX #FA0943 Torch Red

📋 copy color: '#FA0943'

red 250 ◦ green 9 ◦ blue 67

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

Shades of Torch Red #FA0943

Tints of Torch Red #FA0943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.76%

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

R = 76.69%
G = 2.76%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA0943 (or 0xFA0943) is known color: Torch Red. HEX triplet: FA, 09 and 43. RGB value is (250,9,67). Sum of RGB (Red+Green+Blue) = 250+9+67=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0943 is #05F6BC. Grayscale: #575757. Windows color (decimal): -390845 or 4393466. OLE color: 4393466.

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

Color convert

RGB 250 9 67 -
CMYK 0 0.96 0.73 0.02
HSL 345.56º 0.96% 0.51% -
HSV(B) 345.56º 0.96% 0.98% -
XYZ 40.54 20.92 7.21 -
YUV 87.67 116.34 243.78 -
System Red Green Blue C M Y K H S L
Decimal 250 9 67 0 0.96 0.73 0.02 345.56 0.96 0.51
Hex FA 9 43 0 60 49 2 15A 60 33
Octal 372 11 103 0 140 111 2 532 140 63
Binary 11111010 1001 1000011 0 1100000 1001001 10 101011010 1100000 110011

Color Harmonies of #FA0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0943

Black with #FA0943

Text Example


Text Example

White with #FA0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0943; }

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

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

background-color css

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

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

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

border-color css

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

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

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