Html Css Color HEX #FA174B Torch Red

📋 copy color: '#FA174B'

red 250 ◦ green 23 ◦ blue 75

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

Shades of Torch Red #FA174B

Tints of Torch Red #FA174B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 71.84%
G = 6.61%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA174B (or 0xFA174B) is known color: Torch Red. HEX triplet: FA, 17 and 4B. RGB value is (250,23,75). Sum of RGB (Red+Green+Blue) = 250+23+75=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA174B is #05E8B4. Grayscale: #606060. Windows color (decimal): -387253 or 4921338. OLE color: 4921338.

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

Color convert

RGB 250 23 75 -
CMYK 0 0.91 0.7 0.02
HSL 346.26º 0.96% 0.54% -
HSV(B) 346.26º 0.91% 0.98% -
XYZ 41 21.44 8.63 -
YUV 96.8 115.71 237.27 -
System Red Green Blue C M Y K H S L
Decimal 250 23 75 0 0.91 0.7 0.02 346.26 0.96 0.54
Hex FA 17 4B 0 5B 46 2 15A 60 36
Octal 372 27 113 0 133 106 2 532 140 66
Binary 11111010 10111 1001011 0 1011011 1000110 10 101011010 1100000 110110

Color Harmonies of #FA174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA174B

Black with #FA174B

Text Example


Text Example

White with #FA174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA174B; }

 p { color: rgb(250,23,75); }

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

background-color css

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

 a { background-color: rgb(250,23,75); }

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

border-color css

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

 span { border-color: rgb(250,23,75); }

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