Html Css Color HEX #FA083F Torch Red

📋 copy color: '#FA083F'

red 250 ◦ green 8 ◦ blue 63

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

Shades of Torch Red #FA083F

Tints of Torch Red #FA083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 77.88%
G = 2.49%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA083F (or 0xFA083F) is known color: Torch Red. HEX triplet: FA, 08 and 3F. RGB value is (250,8,63). Sum of RGB (Red+Green+Blue) = 250+8+63=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA083F is #05F7C0. Grayscale: #565656. Windows color (decimal): -391105 or 4131066. OLE color: 4131066.

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

Color convert

RGB 250 8 63 -
CMYK 0 0.97 0.75 0.02
HSL 346.36º 0.96% 0.51% -
HSV(B) 346.36º 0.97% 0.98% -
XYZ 40.41 20.86 6.6 -
YUV 86.63 114.67 244.53 -
System Red Green Blue C M Y K H S L
Decimal 250 8 63 0 0.97 0.75 0.02 346.36 0.96 0.51
Hex FA 8 3F 0 61 4B 2 15A 60 33
Octal 372 10 77 0 141 113 2 532 140 63
Binary 11111010 1000 111111 0 1100001 1001011 10 101011010 1100000 110011

Color Harmonies of #FA083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA083F

Black with #FA083F

Text Example


Text Example

White with #FA083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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