Html Css Color HEX #FA122F Torch Red

📋 copy color: '#FA122F'

red 250 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #FA122F

Tints of Torch Red #FA122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 79.37%
G = 5.71%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA122F (or 0xFA122F) is known color: Torch Red. HEX triplet: FA, 12 and 2F. RGB value is (250,18,47). Sum of RGB (Red+Green+Blue) = 250+18+47=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA122F is #05EDD0. Grayscale: #5A5A5A. Windows color (decimal): -388561 or 3085050. OLE color: 3085050.

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

Color convert

RGB 250 18 47 -
CMYK 0 0.93 0.81 0.02
HSL 352.5º 0.96% 0.53% -
HSV(B) 352.5º 0.93% 0.98% -
XYZ 40.15 20.96 4.62 -
YUV 90.67 103.36 241.64 -
System Red Green Blue C M Y K H S L
Decimal 250 18 47 0 0.93 0.81 0.02 352.5 0.96 0.53
Hex FA 12 2F 0 5D 51 2 160 60 35
Octal 372 22 57 0 135 121 2 540 140 65
Binary 11111010 10010 101111 0 1011101 1010001 10 101100000 1100000 110101

Color Harmonies of #FA122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA122F

Black with #FA122F

Text Example


Text Example

White with #FA122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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