Html Css Color HEX #FA1041 Torch Red

📋 copy color: '#FA1041'

red 250 ◦ green 16 ◦ blue 65

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

Shades of Torch Red #FA1041

Tints of Torch Red #FA1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 75.53%
G = 4.83%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA1041 (or 0xFA1041) is known color: Torch Red. HEX triplet: FA, 10 and 41. RGB value is (250,16,65). Sum of RGB (Red+Green+Blue) = 250+16+65=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1041 is #05EFBE. Grayscale: #5B5B5B. Windows color (decimal): -389055 or 4264186. OLE color: 4264186.

HSL color Cylindrical-coordinate representation of color #FA1041: hue angle of 347.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1041 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 65 -
CMYK 0 0.94 0.74 0.02
HSL 347.44º 0.96% 0.52% -
HSV(B) 347.44º 0.94% 0.98% -
XYZ 40.56 21.08 6.93 -
YUV 91.55 113.02 241.02 -
System Red Green Blue C M Y K H S L
Decimal 250 16 65 0 0.94 0.74 0.02 347.44 0.96 0.52
Hex FA 10 41 0 5E 4A 2 15B 60 34
Octal 372 20 101 0 136 112 2 533 140 64
Binary 11111010 10000 1000001 0 1011110 1001010 10 101011011 1100000 110100

Color Harmonies of #FA1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1041

Black with #FA1041

Text Example


Text Example

White with #FA1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1041; }

 p { color: rgb(250,16,65); }

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

background-color css

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

 a { background-color: rgb(250,16,65); }

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

border-color css

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

 span { border-color: rgb(250,16,65); }

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