Html Css Color HEX #FA746F Salmon

📋 copy color: '#FA746F'

red 250 ◦ green 116 ◦ blue 111

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

Shades of Salmon #FA746F

Tints of Salmon #FA746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 52.41%
G = 24.32%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA746F (or 0xFA746F) is known color: Salmon. HEX triplet: FA, 74 and 6F. RGB value is (250,116,111). Sum of RGB (Red+Green+Blue) = 250+116+111=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA746F is #058B90. Grayscale: #9B9B9B. Windows color (decimal): -363409 or 7304442. OLE color: 7304442.

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

Color convert

RGB 250 116 111 -
CMYK 0 0.54 0.56 0.02
HSL 2.16º 0.93% 0.71% -
HSV(B) 2.16º 0.56% 0.98% -
XYZ 48.54 33.96 19.04 -
YUV 155.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 250 116 111 0 0.54 0.56 0.02 2.16 0.93 0.71
Hex FA 74 6F 0 36 38 2 2 5D 47
Octal 372 164 157 0 66 70 2 2 135 107
Binary 11111010 1110100 1101111 0 110110 111000 10 10 1011101 1000111

Color Harmonies of #FA746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA746F

Black with #FA746F

Text Example


Text Example

White with #FA746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA746F; }

 p { color: rgb(250,116,111); }

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

background-color css

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

 a { background-color: rgb(250,116,111); }

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

border-color css

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

 span { border-color: rgb(250,116,111); }

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