Html Css Color HEX #FA7F70 Salmon

📋 copy color: '#FA7F70'

red 250 ◦ green 127 ◦ blue 112

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

Shades of Salmon #FA7F70

Tints of Salmon #FA7F70

RGB

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

 GREEN value IS 127 (50% from 255) = 25.97%

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 51.12%
G = 25.97%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA7F70 (or 0xFA7F70) is known color: Salmon. HEX triplet: FA, 7F and 70. RGB value is (250,127,112). Sum of RGB (Red+Green+Blue) = 250+127+112=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F70 is #05808F. Grayscale: #A2A2A2. Windows color (decimal): -360592 or 7372794. OLE color: 7372794.

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

Color convert

RGB 250 127 112 -
CMYK 0 0.49 0.55 0.02
HSL 6.52º 0.93% 0.71% -
HSV(B) 6.52º 0.55% 0.98% -
XYZ 49.94 36.67 19.78 -
YUV 162.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 250 127 112 0 0.49 0.55 0.02 6.52 0.93 0.71
Hex FA 7F 70 0 31 37 2 7 5D 47
Octal 372 177 160 0 61 67 2 7 135 107
Binary 11111010 1111111 1110000 0 110001 110111 10 111 1011101 1000111

Color Harmonies of #FA7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F70

Black with #FA7F70

Text Example


Text Example

White with #FA7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F70; }

 p { color: rgb(250,127,112); }

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

background-color css

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

 a { background-color: rgb(250,127,112); }

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

border-color css

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

 span { border-color: rgb(250,127,112); }

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