Html Css Color HEX #FA144F Torch Red

📋 copy color: '#FA144F'

red 250 ◦ green 20 ◦ blue 79

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

Shades of Torch Red #FA144F

Tints of Torch Red #FA144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 71.63%
G = 5.73%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA144F (or 0xFA144F) is known color: Torch Red. HEX triplet: FA, 14 and 4F. RGB value is (250,20,79). Sum of RGB (Red+Green+Blue) = 250+20+79=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA144F is #05EBB0. Grayscale: #5F5F5F. Windows color (decimal): -388017 or 5182714. OLE color: 5182714.

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

Color convert

RGB 250 20 79 -
CMYK 0 0.92 0.68 0.02
HSL 344.61º 0.96% 0.53% -
HSV(B) 344.61º 0.92% 0.98% -
XYZ 41.09 21.39 9.36 -
YUV 95.5 118.7 238.2 -
System Red Green Blue C M Y K H S L
Decimal 250 20 79 0 0.92 0.68 0.02 344.61 0.96 0.53
Hex FA 14 4F 0 5C 44 2 159 60 35
Octal 372 24 117 0 134 104 2 531 140 65
Binary 11111010 10100 1001111 0 1011100 1000100 10 101011001 1100000 110101

Color Harmonies of #FA144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA144F

Black with #FA144F

Text Example


Text Example

White with #FA144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA144F; }

 p { color: rgb(250,20,79); }

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

background-color css

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

 a { background-color: rgb(250,20,79); }

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

border-color css

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

 span { border-color: rgb(250,20,79); }

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