Html Css Color HEX #FA1047 Torch Red

📋 copy color: '#FA1047'

red 250 ◦ green 16 ◦ blue 71

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

Shades of Torch Red #FA1047

Tints of Torch Red #FA1047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 74.18%
G = 4.75%
B = 21.07%

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

#FA1047 (or 0xFA1047) is known color: Torch Red. HEX triplet: FA, 10 and 47. RGB value is (250,16,71). Sum of RGB (Red+Green+Blue) = 250+16+71=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1047 is #05EFB8. Grayscale: #5C5C5C. Windows color (decimal): -389049 or 4657402. OLE color: 4657402.

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

Color convert

RGB 250 16 71 -
CMYK 0 0.94 0.72 0.02
HSL 345.9º 0.96% 0.52% -
HSV(B) 345.9º 0.94% 0.98% -
XYZ 40.75 21.15 7.9 -
YUV 92.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 250 16 71 0 0.94 0.72 0.02 345.9 0.96 0.52
Hex FA 10 47 0 5E 48 2 15A 60 34
Octal 372 20 107 0 136 110 2 532 140 64
Binary 11111010 10000 1000111 0 1011110 1001000 10 101011010 1100000 110100

Color Harmonies of #FA1047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1047

Black with #FA1047

Text Example


Text Example

White with #FA1047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1047; }

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

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

background-color css

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

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

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

border-color css

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

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

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