Html Css Color HEX #FA042F Torch Red

📋 copy color: '#FA042F'

red 250 ◦ green 4 ◦ blue 47

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

Shades of Torch Red #FA042F

Tints of Torch Red #FA042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 83.06%
G = 1.33%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA042F (or 0xFA042F) is known color: Torch Red. HEX triplet: FA, 04 and 2F. RGB value is (250,4,47). Sum of RGB (Red+Green+Blue) = 250+4+47=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA042F is #05FBD0. Grayscale: #525252. Windows color (decimal): -392145 or 3081466. OLE color: 3081466.

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

Color convert

RGB 250 4 47 -
CMYK 0 0.98 0.81 0.02
HSL 349.51º 0.97% 0.5% -
HSV(B) 349.51º 0.98% 0.98% -
XYZ 39.98 20.62 4.56 -
YUV 82.46 108 247.5 -
System Red Green Blue C M Y K H S L
Decimal 250 4 47 0 0.98 0.81 0.02 349.51 0.97 0.5
Hex FA 4 2F 0 62 51 2 15E 61 32
Octal 372 4 57 0 142 121 2 536 141 62
Binary 11111010 100 101111 0 1100010 1010001 10 101011110 1100001 110010

Color Harmonies of #FA042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA042F

Black with #FA042F

Text Example


Text Example

White with #FA042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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