Html Css Color HEX #FA043C Torch Red

📋 copy color: '#FA043C'

red 250 ◦ green 4 ◦ blue 60

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

Shades of Torch Red #FA043C

Tints of Torch Red #FA043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 79.62%
G = 1.27%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA043C (or 0xFA043C) is known color: Torch Red. HEX triplet: FA, 04 and 3C. RGB value is (250,4,60). Sum of RGB (Red+Green+Blue) = 250+4+60=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA043C is #05FBC3. Grayscale: #535353. Windows color (decimal): -392132 or 3933434. OLE color: 3933434.

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

Color convert

RGB 250 4 60 -
CMYK 0 0.98 0.76 0.02
HSL 346.34º 0.97% 0.5% -
HSV(B) 346.34º 0.98% 0.98% -
XYZ 40.28 20.74 6.15 -
YUV 83.94 114.5 246.45 -
System Red Green Blue C M Y K H S L
Decimal 250 4 60 0 0.98 0.76 0.02 346.34 0.97 0.5
Hex FA 4 3C 0 62 4C 2 15A 61 32
Octal 372 4 74 0 142 114 2 532 141 62
Binary 11111010 100 111100 0 1100010 1001100 10 101011010 1100001 110010

Color Harmonies of #FA043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA043C

Black with #FA043C

Text Example


Text Example

White with #FA043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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