Html Css Color HEX #FA1E42 Torch Red

📋 copy color: '#FA1E42'

red 250 ◦ green 30 ◦ blue 66

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

Shades of Torch Red #FA1E42

Tints of Torch Red #FA1E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 72.25%
G = 8.67%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA1E42 (or 0xFA1E42) is known color: Torch Red. HEX triplet: FA, 1E and 42. RGB value is (250,30,66). Sum of RGB (Red+Green+Blue) = 250+30+66=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E42 is #05E1BD. Grayscale: #636363. Windows color (decimal): -385470 or 4333306. OLE color: 4333306.

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

Color convert

RGB 250 30 66 -
CMYK 0 0.88 0.74 0.02
HSL 350.18º 0.96% 0.55% -
HSV(B) 350.18º 0.88% 0.98% -
XYZ 40.87 21.65 7.18 -
YUV 99.88 108.89 235.07 -
System Red Green Blue C M Y K H S L
Decimal 250 30 66 0 0.88 0.74 0.02 350.18 0.96 0.55
Hex FA 1E 42 0 58 4A 2 15E 60 37
Octal 372 36 102 0 130 112 2 536 140 67
Binary 11111010 11110 1000010 0 1011000 1001010 10 101011110 1100000 110111

Color Harmonies of #FA1E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E42

Black with #FA1E42

Text Example


Text Example

White with #FA1E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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