Html Css Color HEX #FA124A Torch Red

📋 copy color: '#FA124A'

red 250 ◦ green 18 ◦ blue 74

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

Shades of Torch Red #FA124A

Tints of Torch Red #FA124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.26%

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

R = 73.1%
G = 5.26%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA124A (or 0xFA124A) is known color: Torch Red. HEX triplet: FA, 12 and 4A. RGB value is (250,18,74). Sum of RGB (Red+Green+Blue) = 250+18+74=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA124A is #05EDB5. Grayscale: #5D5D5D. Windows color (decimal): -388534 or 4854522. OLE color: 4854522.

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

Color convert

RGB 250 18 74 -
CMYK 0 0.93 0.70 0.02
HSL 345.52º 0.96% 0.53% -
HSV(B) 345.52º 0.93% 0.98% -
XYZ 40.88 21.25 8.43 -
YUV 93.75 116.86 239.45 -
System Red Green Blue C M Y K H S L
Decimal 250 18 74 0 0.93 0.70 0.02 345.52 0.96 0.53
Hex FA 12 4A 0 5D 46 2 15A 60 35
Octal 372 22 112 0 135 106 2 532 140 65
Binary 11111010 10010 1001010 0 1011101 1000110 10 101011010 1100000 110101

Color Harmonies of #FA124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA124A

Black with #FA124A

Text Example


Text Example

White with #FA124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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