Html Css Color HEX #FA243F Torch Red

📋 copy color: '#FA243F'

red 250 ◦ green 36 ◦ blue 63

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

Shades of Torch Red #FA243F

Tints of Torch Red #FA243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 71.63%
G = 10.32%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA243F (or 0xFA243F) is known color: Torch Red. HEX triplet: FA, 24 and 3F. RGB value is (250,36,63). Sum of RGB (Red+Green+Blue) = 250+36+63=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA243F is #05DBC0. Grayscale: #676767. Windows color (decimal): -383937 or 4138234. OLE color: 4138234.

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

Color convert

RGB 250 36 63 -
CMYK 0 0.86 0.75 0.02
HSL 352.43º 0.96% 0.56% -
HSV(B) 352.43º 0.86% 0.98% -
XYZ 40.95 21.94 6.78 -
YUV 103.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 250 36 63 0 0.86 0.75 0.02 352.43 0.96 0.56
Hex FA 24 3F 0 56 4B 2 160 60 38
Octal 372 44 77 0 126 113 2 540 140 70
Binary 11111010 100100 111111 0 1010110 1001011 10 101100000 1100000 111000

Color Harmonies of #FA243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA243F

Black with #FA243F

Text Example


Text Example

White with #FA243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA243F; }

 p { color: rgb(250,36,63); }

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

background-color css

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

 a { background-color: rgb(250,36,63); }

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

border-color css

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

 span { border-color: rgb(250,36,63); }

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