Html Css Color HEX #FA154D Torch Red

📋 copy color: '#FA154D'

red 250 ◦ green 21 ◦ blue 77

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

Shades of Torch Red #FA154D

Tints of Torch Red #FA154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

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

R = 71.84%
G = 6.03%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA154D (or 0xFA154D) is known color: Torch Red. HEX triplet: FA, 15 and 4D. RGB value is (250,21,77). Sum of RGB (Red+Green+Blue) = 250+21+77=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA154D is #05EAB2. Grayscale: #5F5F5F. Windows color (decimal): -387763 or 5051898. OLE color: 5051898.

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

Color convert

RGB 250 21 77 -
CMYK 0 0.92 0.69 0.02
HSL 345.33º 0.96% 0.53% -
HSV(B) 345.33º 0.92% 0.98% -
XYZ 41.03 21.4 8.99 -
YUV 95.86 117.37 237.95 -
System Red Green Blue C M Y K H S L
Decimal 250 21 77 0 0.92 0.69 0.02 345.33 0.96 0.53
Hex FA 15 4D 0 5C 45 2 159 60 35
Octal 372 25 115 0 134 105 2 531 140 65
Binary 11111010 10101 1001101 0 1011100 1000101 10 101011001 1100000 110101

Color Harmonies of #FA154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA154D

Black with #FA154D

Text Example


Text Example

White with #FA154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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