Html Css Color HEX #FA023F Torch Red

📋 copy color: '#FA023F'

red 250 ◦ green 2 ◦ blue 63

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

Shades of Torch Red #FA023F

Tints of Torch Red #FA023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 63 (25% from 255) = 20%

R = 79.37%
G = 0.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA023F (or 0xFA023F) is known color: Torch Red. HEX triplet: FA, 02 and 3F. RGB value is (250,2,63). Sum of RGB (Red+Green+Blue) = 250+2+63=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA023F is #05FDC0. Grayscale: #535353. Windows color (decimal): -392641 or 4129530. OLE color: 4129530.

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

Color convert

RGB 250 2 63 -
CMYK 0 0.99 0.75 0.02
HSL 345.24º 0.98% 0.49% -
HSV(B) 345.24º 0.99% 0.98% -
XYZ 40.34 20.73 6.58 -
YUV 83.11 116.66 247.04 -
System Red Green Blue C M Y K H S L
Decimal 250 2 63 0 0.99 0.75 0.02 345.24 0.98 0.49
Hex FA 2 3F 0 63 4B 2 159 62 31
Octal 372 2 77 0 143 113 2 531 142 61
Binary 11111010 10 111111 0 1100011 1001011 10 101011001 1100010 110001

Color Harmonies of #FA023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA023F

Black with #FA023F

Text Example


Text Example

White with #FA023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA023F; }

 p { color: rgb(250,2,63); }

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

background-color css

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

 a { background-color: rgb(250,2,63); }

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

border-color css

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

 span { border-color: rgb(250,2,63); }

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