Html Css Color HEX #FA1245 Torch Red

📋 copy color: '#FA1245'

red 250 ◦ green 18 ◦ blue 69

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

Shades of Torch Red #FA1245

Tints of Torch Red #FA1245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 74.18%
G = 5.34%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA1245 (or 0xFA1245) is known color: Torch Red. HEX triplet: FA, 12 and 45. RGB value is (250,18,69). Sum of RGB (Red+Green+Blue) = 250+18+69=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1245 is #05EDBA. Grayscale: #5D5D5D. Windows color (decimal): -388539 or 4526842. OLE color: 4526842.

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

Color convert

RGB 250 18 69 -
CMYK 0 0.93 0.72 0.02
HSL 346.81º 0.96% 0.53% -
HSV(B) 346.81º 0.93% 0.98% -
XYZ 40.71 21.19 7.57 -
YUV 93.18 114.36 239.85 -
System Red Green Blue C M Y K H S L
Decimal 250 18 69 0 0.93 0.72 0.02 346.81 0.96 0.53
Hex FA 12 45 0 5D 48 2 15B 60 35
Octal 372 22 105 0 135 110 2 533 140 65
Binary 11111010 10010 1000101 0 1011101 1001000 10 101011011 1100000 110101

Color Harmonies of #FA1245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1245

Black with #FA1245

Text Example


Text Example

White with #FA1245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1245; }

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

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

background-color css

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

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

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

border-color css

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

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

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