Html Css Color HEX #FA1F44 Torch Red

📋 copy color: '#FA1F44'

red 250 ◦ green 31 ◦ blue 68

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

Shades of Torch Red #FA1F44

Tints of Torch Red #FA1F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 71.63%
G = 8.88%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA1F44 (or 0xFA1F44) is known color: Torch Red. HEX triplet: FA, 1F and 44. RGB value is (250,31,68). Sum of RGB (Red+Green+Blue) = 250+31+68=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1F44 is #05E0BB. Grayscale: #646464. Windows color (decimal): -385212 or 4464634. OLE color: 4464634.

HSL color Cylindrical-coordinate representation of color #FA1F44: hue angle of 349.86º 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 #FA1F44 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 31 68 -
CMYK 0 0.88 0.73 0.02
HSL 349.86º 0.96% 0.55% -
HSV(B) 349.86º 0.88% 0.98% -
XYZ 40.96 21.72 7.5 -
YUV 100.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 250 31 68 0 0.88 0.73 0.02 349.86 0.96 0.55
Hex FA 1F 44 0 58 49 2 15E 60 37
Octal 372 37 104 0 130 111 2 536 140 67
Binary 11111010 11111 1000100 0 1011000 1001001 10 101011110 1100000 110111

Color Harmonies of #FA1F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F44

Black with #FA1F44

Text Example


Text Example

White with #FA1F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F44; }

 p { color: rgb(250,31,68); }

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

background-color css

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

 a { background-color: rgb(250,31,68); }

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

border-color css

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

 span { border-color: rgb(250,31,68); }

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