Html Css Color HEX #FA104D Torch Red

📋 copy color: '#FA104D'

red 250 ◦ green 16 ◦ blue 77

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

Shades of Torch Red #FA104D

Tints of Torch Red #FA104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 72.89%
G = 4.66%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA104D (or 0xFA104D) is known color: Torch Red. HEX triplet: FA, 10 and 4D. RGB value is (250,16,77). Sum of RGB (Red+Green+Blue) = 250+16+77=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA104D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA104D is #05EFB2. Grayscale: #5C5C5C. Windows color (decimal): -389043 or 5050618. OLE color: 5050618.

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

Color convert

RGB 250 16 77 -
CMYK 0 0.94 0.69 0.02
HSL 344.36º 0.96% 0.52% -
HSV(B) 344.36º 0.94% 0.98% -
XYZ 40.95 21.23 8.96 -
YUV 92.92 119.02 240.04 -
System Red Green Blue C M Y K H S L
Decimal 250 16 77 0 0.94 0.69 0.02 344.36 0.96 0.52
Hex FA 10 4D 0 5E 45 2 158 60 34
Octal 372 20 115 0 136 105 2 530 140 64
Binary 11111010 10000 1001101 0 1011110 1000101 10 101011000 1100000 110100

Color Harmonies of #FA104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA104D

Black with #FA104D

Text Example


Text Example

White with #FA104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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