Html Css Color HEX #FA044C Torch Red

📋 copy color: '#FA044C'

red 250 ◦ green 4 ◦ blue 76

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

Shades of Torch Red #FA044C

Tints of Torch Red #FA044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 75.76%
G = 1.21%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA044C (or 0xFA044C) is known color: Torch Red. HEX triplet: FA, 04 and 4C. RGB value is (250,4,76). Sum of RGB (Red+Green+Blue) = 250+4+76=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA044C is #05FBB3. Grayscale: #555555. Windows color (decimal): -392116 or 4982010. OLE color: 4982010.

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

Color convert

RGB 250 4 76 -
CMYK 0 0.98 0.70 0.02
HSL 342.44º 0.97% 0.5% -
HSV(B) 342.44º 0.98% 0.98% -
XYZ 40.77 20.93 8.73 -
YUV 85.76 122.5 245.15 -
System Red Green Blue C M Y K H S L
Decimal 250 4 76 0 0.98 0.70 0.02 342.44 0.97 0.5
Hex FA 4 4C 0 62 46 2 156 61 32
Octal 372 4 114 0 142 106 2 526 141 62
Binary 11111010 100 1001100 0 1100010 1000110 10 101010110 1100001 110010

Color Harmonies of #FA044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA044C

Black with #FA044C

Text Example


Text Example

White with #FA044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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