Html Css Color HEX #FA0449 Torch Red

📋 copy color: '#FA0449'

red 250 ◦ green 4 ◦ blue 73

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

Shades of Torch Red #FA0449

Tints of Torch Red #FA0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 76.45%
G = 1.22%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA0449 (or 0xFA0449) is known color: Torch Red. HEX triplet: FA, 04 and 49. RGB value is (250,4,73). Sum of RGB (Red+Green+Blue) = 250+4+73=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0449 is #05FBB6. Grayscale: #555555. Windows color (decimal): -392119 or 4785402. OLE color: 4785402.

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

Color convert

RGB 250 4 73 -
CMYK 0 0.98 0.71 0.02
HSL 343.17º 0.97% 0.5% -
HSV(B) 343.17º 0.98% 0.98% -
XYZ 40.67 20.89 8.19 -
YUV 85.42 121 245.39 -
System Red Green Blue C M Y K H S L
Decimal 250 4 73 0 0.98 0.71 0.02 343.17 0.97 0.5
Hex FA 4 49 0 62 47 2 157 61 32
Octal 372 4 111 0 142 107 2 527 141 62
Binary 11111010 100 1001001 0 1100010 1000111 10 101010111 1100001 110010

Color Harmonies of #FA0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0449

Black with #FA0449

Text Example


Text Example

White with #FA0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0449; }

 p { color: rgb(250,4,73); }

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

background-color css

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

 a { background-color: rgb(250,4,73); }

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

border-color css

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

 span { border-color: rgb(250,4,73); }

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