Html Css Color HEX #FA1248 Torch Red

📋 copy color: '#FA1248'

red 250 ◦ green 18 ◦ blue 72

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

Shades of Torch Red #FA1248

Tints of Torch Red #FA1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 73.53%
G = 5.29%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA1248 (or 0xFA1248) is known color: Torch Red. HEX triplet: FA, 12 and 48. RGB value is (250,18,72). Sum of RGB (Red+Green+Blue) = 250+18+72=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1248 is #05EDB7. Grayscale: #5D5D5D. Windows color (decimal): -388536 or 4723450. OLE color: 4723450.

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

Color convert

RGB 250 18 72 -
CMYK 0 0.93 0.71 0.02
HSL 346.03º 0.96% 0.53% -
HSV(B) 346.03º 0.93% 0.98% -
XYZ 40.81 21.22 8.08 -
YUV 93.52 115.86 239.61 -
System Red Green Blue C M Y K H S L
Decimal 250 18 72 0 0.93 0.71 0.02 346.03 0.96 0.53
Hex FA 12 48 0 5D 47 2 15A 60 35
Octal 372 22 110 0 135 107 2 532 140 65
Binary 11111010 10010 1001000 0 1011101 1000111 10 101011010 1100000 110101

Color Harmonies of #FA1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1248

Black with #FA1248

Text Example


Text Example

White with #FA1248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1248; }

 p { color: rgb(250,18,72); }

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

background-color css

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

 a { background-color: rgb(250,18,72); }

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

border-color css

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

 span { border-color: rgb(250,18,72); }

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