Html Css Color HEX #FA013F Torch Red

📋 copy color: '#FA013F'

red 250 ◦ green 1 ◦ blue 63

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

Shades of Torch Red #FA013F

Tints of Torch Red #FA013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 79.62%
G = 0.32%
B = 20.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA013F (or 0xFA013F) is known color: Torch Red. HEX triplet: FA, 01 and 3F. RGB value is (250,1,63). Sum of RGB (Red+Green+Blue) = 250+1+63=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA013F is #05FEC0. Grayscale: #525252. Windows color (decimal): -392897 or 4129274. OLE color: 4129274.

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

Color convert

RGB 250 1 63 -
CMYK 0 1.00 0.75 0.02
HSL 345.06º 0.99% 0.49% -
HSV(B) 345.06º 1% 0.98% -
XYZ 40.33 20.7 6.57 -
YUV 82.52 116.99 247.46 -
System Red Green Blue C M Y K H S L
Decimal 250 1 63 0 1.00 0.75 0.02 345.06 0.99 0.49
Hex FA 1 3F 0 64 4B 2 159 63 31
Octal 372 1 77 0 144 113 2 531 143 61
Binary 11111010 1 111111 0 1100100 1001011 10 101011001 1100011 110001

Color Harmonies of #FA013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA013F

Black with #FA013F

Text Example


Text Example

White with #FA013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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