Html Css Color HEX #FA0439 Torch Red

📋 copy color: '#FA0439'

red 250 ◦ green 4 ◦ blue 57

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

Shades of Torch Red #FA0439

Tints of Torch Red #FA0439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 80.39%
G = 1.29%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA0439 (or 0xFA0439) is known color: Torch Red. HEX triplet: FA, 04 and 39. RGB value is (250,4,57). Sum of RGB (Red+Green+Blue) = 250+4+57=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0439 is #05FBC6. Grayscale: #535353. Windows color (decimal): -392135 or 3736826. OLE color: 3736826.

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

Color convert

RGB 250 4 57 -
CMYK 0 0.98 0.77 0.02
HSL 347.07º 0.97% 0.5% -
HSV(B) 347.07º 0.98% 0.98% -
XYZ 40.21 20.71 5.75 -
YUV 83.6 113 246.69 -
System Red Green Blue C M Y K H S L
Decimal 250 4 57 0 0.98 0.77 0.02 347.07 0.97 0.5
Hex FA 4 39 0 62 4D 2 15B 61 32
Octal 372 4 71 0 142 115 2 533 141 62
Binary 11111010 100 111001 0 1100010 1001101 10 101011011 1100001 110010

Color Harmonies of #FA0439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0439

Black with #FA0439

Text Example


Text Example

White with #FA0439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0439; }

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

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

background-color css

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

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

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

border-color css

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

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

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