Html Css Color HEX #FA124C Torch Red

📋 copy color: '#FA124C'

red 250 ◦ green 18 ◦ blue 76

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

Shades of Torch Red #FA124C

Tints of Torch Red #FA124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 72.67%
G = 5.23%
B = 22.09%

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

#FA124C (or 0xFA124C) is known color: Torch Red. HEX triplet: FA, 12 and 4C. RGB value is (250,18,76). Sum of RGB (Red+Green+Blue) = 250+18+76=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA124C is #05EDB3. Grayscale: #5D5D5D. Windows color (decimal): -388532 or 4985594. OLE color: 4985594.

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

Color convert

RGB 250 18 76 -
CMYK 0 0.93 0.70 0.02
HSL 345º 0.96% 0.53% -
HSV(B) 345º 0.93% 0.98% -
XYZ 40.95 21.28 8.79 -
YUV 93.98 117.86 239.28 -
System Red Green Blue C M Y K H S L
Decimal 250 18 76 0 0.93 0.70 0.02 345 0.96 0.53
Hex FA 12 4C 0 5D 46 2 159 60 35
Octal 372 22 114 0 135 106 2 531 140 65
Binary 11111010 10010 1001100 0 1011101 1000110 10 101011001 1100000 110101

Color Harmonies of #FA124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA124C

Black with #FA124C

Text Example


Text Example

White with #FA124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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