Html Css Color HEX #FA1046 Torch Red

📋 copy color: '#FA1046'

red 250 ◦ green 16 ◦ blue 70

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

Shades of Torch Red #FA1046

Tints of Torch Red #FA1046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 74.4%
G = 4.76%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA1046 (or 0xFA1046) is known color: Torch Red. HEX triplet: FA, 10 and 46. RGB value is (250,16,70). Sum of RGB (Red+Green+Blue) = 250+16+70=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1046 is #05EFB9. Grayscale: #5C5C5C. Windows color (decimal): -389050 or 4591866. OLE color: 4591866.

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

Color convert

RGB 250 16 70 -
CMYK 0 0.94 0.72 0.02
HSL 346.15º 0.96% 0.52% -
HSV(B) 346.15º 0.94% 0.98% -
XYZ 40.72 21.14 7.73 -
YUV 92.12 115.52 240.61 -
System Red Green Blue C M Y K H S L
Decimal 250 16 70 0 0.94 0.72 0.02 346.15 0.96 0.52
Hex FA 10 46 0 5E 48 2 15A 60 34
Octal 372 20 106 0 136 110 2 532 140 64
Binary 11111010 10000 1000110 0 1011110 1001000 10 101011010 1100000 110100

Color Harmonies of #FA1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1046

Black with #FA1046

Text Example


Text Example

White with #FA1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1046; }

 p { color: rgb(250,16,70); }

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

background-color css

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

 a { background-color: rgb(250,16,70); }

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

border-color css

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

 span { border-color: rgb(250,16,70); }

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