Html Css Color HEX #FA154A Torch Red

📋 copy color: '#FA154A'

red 250 ◦ green 21 ◦ blue 74

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

Shades of Torch Red #FA154A

Tints of Torch Red #FA154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 72.46%
G = 6.09%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA154A (or 0xFA154A) is known color: Torch Red. HEX triplet: FA, 15 and 4A. RGB value is (250,21,74). Sum of RGB (Red+Green+Blue) = 250+21+74=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA154A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA154A is #05EAB5. Grayscale: #5F5F5F. Windows color (decimal): -387766 or 4855290. OLE color: 4855290.

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

Color convert

RGB 250 21 74 -
CMYK 0 0.92 0.70 0.02
HSL 346.11º 0.96% 0.53% -
HSV(B) 346.11º 0.92% 0.98% -
XYZ 40.93 21.35 8.44 -
YUV 95.51 115.87 238.19 -
System Red Green Blue C M Y K H S L
Decimal 250 21 74 0 0.92 0.70 0.02 346.11 0.96 0.53
Hex FA 15 4A 0 5C 46 2 15A 60 35
Octal 372 25 112 0 134 106 2 532 140 65
Binary 11111010 10101 1001010 0 1011100 1000110 10 101011010 1100000 110101

Color Harmonies of #FA154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA154A

Black with #FA154A

Text Example


Text Example

White with #FA154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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