Html Css Color HEX #FA1B47 Torch Red

📋 copy color: '#FA1B47'

red 250 ◦ green 27 ◦ blue 71

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

Shades of Torch Red #FA1B47

Tints of Torch Red #FA1B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 71.84%
G = 7.76%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA1B47 (or 0xFA1B47) is known color: Torch Red. HEX triplet: FA, 1B and 47. RGB value is (250,27,71). Sum of RGB (Red+Green+Blue) = 250+27+71=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B47 is #05E4B8. Grayscale: #626262. Windows color (decimal): -386233 or 4660218. OLE color: 4660218.

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

Color convert

RGB 250 27 71 -
CMYK 0 0.89 0.72 0.02
HSL 348.16º 0.96% 0.54% -
HSV(B) 348.16º 0.89% 0.98% -
XYZ 40.95 21.56 7.96 -
YUV 98.69 112.38 235.92 -
System Red Green Blue C M Y K H S L
Decimal 250 27 71 0 0.89 0.72 0.02 348.16 0.96 0.54
Hex FA 1B 47 0 59 48 2 15C 60 36
Octal 372 33 107 0 131 110 2 534 140 66
Binary 11111010 11011 1000111 0 1011001 1001000 10 101011100 1100000 110110

Color Harmonies of #FA1B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B47

Black with #FA1B47

Text Example


Text Example

White with #FA1B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B47; }

 p { color: rgb(250,27,71); }

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

background-color css

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

 a { background-color: rgb(250,27,71); }

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

border-color css

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

 span { border-color: rgb(250,27,71); }

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