Html Css Color HEX #FA0742 Torch Red

📋 copy color: '#FA0742'

red 250 ◦ green 7 ◦ blue 66

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

Shades of Torch Red #FA0742

Tints of Torch Red #FA0742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 77.4%
G = 2.17%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA0742 (or 0xFA0742) is known color: Torch Red. HEX triplet: FA, 07 and 42. RGB value is (250,7,66). Sum of RGB (Red+Green+Blue) = 250+7+66=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0742 is #05F8BD. Grayscale: #565656. Windows color (decimal): -391358 or 4327418. OLE color: 4327418.

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

Color convert

RGB 250 7 66 -
CMYK 0 0.97 0.74 0.02
HSL 345.43º 0.96% 0.5% -
HSV(B) 345.43º 0.97% 0.98% -
XYZ 40.48 20.87 7.05 -
YUV 86.38 116.51 244.7 -
System Red Green Blue C M Y K H S L
Decimal 250 7 66 0 0.97 0.74 0.02 345.43 0.96 0.5
Hex FA 7 42 0 61 4A 2 159 60 32
Octal 372 7 102 0 141 112 2 531 140 62
Binary 11111010 111 1000010 0 1100001 1001010 10 101011001 1100000 110010

Color Harmonies of #FA0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0742

Black with #FA0742

Text Example


Text Example

White with #FA0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0742; }

 p { color: rgb(250,7,66); }

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

background-color css

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

 a { background-color: rgb(250,7,66); }

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

border-color css

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

 span { border-color: rgb(250,7,66); }

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